Take value from sheet

  • Thread starter Thread starter TJF
  • Start date Start date
T

TJF

How can I read value (for example A1) from sheet which is not active now?
But I dont want switch to this sheet. Of course in VB.

Tom
 
TJF,
You can (normally) remove the .Select that are generated by the macro
recorder, as long as you take care that you are then referencing the correct
objects rather than Selection.

Nick
 

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

Back
Top