return a value from VB to a spreadsheet

P

Punx

How can I return a value from a VB script (variable text
string) to a specific cell on a specific page on my
worksheet.

any help would be great!!!
 
B

Bob Phillips

Punx,

Try

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

--

HTH

Bob Phillips
... looking out across Poole Harbour to the Purbecks
(remove nothere from the email address if mailing direct)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top