View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Tom Ogilvy Tom Ogilvy is offline
external usenet poster
 
Posts: 27,285
Default writing a variable to a cell

mvar = 100
Worksheets("Sheet1").Range("A1").Value = mvar

Regards,
Tom Ogilvy

"Josh Ashcraft" wrote in message
...
i need to write a variable to a cell, any help would be
greatly appreciated!!
thank you,
Josh Ashcraft