hệ thống báo "sub or function not defined"
Chào bạn những sub
call Dinhdang_tittle
call Dinhdang_border
...
bạn chưa được khởi tạo nên gây ra lỗi.
bạn cần có code như sau
sub Dinhdangtonghop()
call Dinhdang_tittle
call Dinhdang_border
end sub
sub Dinhdang_tittle()
'code định dạng tittle
end sub
sub Dinhdang_border()
'code định dạng border
end sub
thầy ơi, phần em tạo shape bị lỗi không cho hiển thị là bị gì vậy ạ
Chào bạn bạn thử khởi động lại excel xem