Logo 
Search:

MS Office Answers

Ask Question   UnAnswered
Home » Forum » MS Office       RSS Feeds
  Question Asked By: Arland Smith   on Feb 10 In MS Office Category.

  
Question Answered By: Omar Walker   on Feb 10

I'm quite surprised the macro works on its own since there is a
problem with this line:
Cells("A1").Select

The Cells statement wants to see (row,column) values  after it rather
than "A1" or some such. Change the code to either:
Range("A1").Select
or:
Cells(1,1).select

Share: 

 

This Question has 9 more answer(s). View Complete Question Thread

 
Didn't find what you were looking for? Find more on Newbie question - paste special Or get search suggestion and latest updates.


Tagged: