Logo 
Search:

MS Office Answers

Ask Question   UnAnswered
Home » Forum » MS Office       RSS Feeds
  Question Asked By: Manju Tcs   on Feb 21 In MS Office Category.

  
Question Answered By: Louis Mason   on Feb 21

You can access the data  of any cell  using following line  of code.

excel.workbooks.range("A2").text or excel.workbooks.range("A2").value

Also if you wnt to write something inside the cell then use following line of
code
excel.workbooks.range("A3").formular1c1 = "Write text  Here"

I hope this will help  u lot. If not then let me know what actually u wnt to do.

Share: 

 
 
Didn't find what you were looking for? Find more on Newbie VBA question about duplicates Or get search suggestion and latest updates.


Tagged: