Thread
:
show a value of X in worksheet
View Single Post
#
2
Posted to microsoft.public.excel.programming
Chip Pearson
external usenet poster
Posts: 7,247
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
Reply With Quote
Chip Pearson
View Public Profile
Find all posts by Chip Pearson