M
mango
hi all,
i record a macro. when function data, i wll paste special as value for
number and text.
for example,
Branch Customer Company Date
2311 0091 xyz 15102004
as i need to reserve the company size to 20 so for those less than 20, i
have a if statement to reserve the balance. i do a paste special to other
cell as value. the same goes to date. the function as =TEXT(NOW(),"ddmmyyyy")
so i paste special as value.
after this i do a concatenate of these cells and paste special.
above all record in macro. all just fine. i manual process without macro
also fine.
when actual run the macro the result like this. company missing.
2311009115102004
pls help.
i record a macro. when function data, i wll paste special as value for
number and text.
for example,
Branch Customer Company Date
2311 0091 xyz 15102004
as i need to reserve the company size to 20 so for those less than 20, i
have a if statement to reserve the balance. i do a paste special to other
cell as value. the same goes to date. the function as =TEXT(NOW(),"ddmmyyyy")
so i paste special as value.
after this i do a concatenate of these cells and paste special.
above all record in macro. all just fine. i manual process without macro
also fine.
when actual run the macro the result like this. company missing.
2311009115102004
pls help.