View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Chip Pearson Chip Pearson is offline
external usenet poster
 
Posts: 7,247
Default show a value of X in worksheet

To put a variable's value in a cell, use something like

Worksheets("Sheet1").Range("A1").Value = X


--
Cordially,
Chip Pearson
Microsoft MVP - Excel
Pearson Software Consulting, LLC
www.cpearson.com

"bertieBassett" wrote in message
...
I need to show the value of "X" as defined in a Macro and display it in a
worksheet cell
the value is a whole number
Any help appreciated