Thread: format cell
View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.programming
Frank Kabel Frank Kabel is offline
external usenet poster
 
Posts: 3,885
Default format cell

Hi Tim
if you post the code of yur existing macro I'll incorporate the
function for you. Though in VBA you have to use
CInt(value) instead of INT (INT is a worksheet function)

--
Regards
Frank Kabel
Frankfurt, Germany

Tim wrote:
I aws not sure what to do with the info you gave me, if that was a
option on the toolbar or was i supose to place this in one of my
macros somehow.