Logo 
Search:

MS Office Answers

Ask Question   UnAnswered
Home » Forum » MS Office       RSS Feeds
  Question Asked By: Glenn Duncan   on Jan 03 In MS Office Category.

  
Question Answered By: Guilherme Silva   on Jan 03

to pass the info into a
varialble and then paste the variable, you would use:

Dim strString as String

strString = ThisWorkbook.Sheets("Sheet1").range("V45")
Thisworkbook.Sheets("Sheet2").Range("C3") = strString

Share: 

 

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

 
Didn't find what you were looking for? Find more on reading value from sheet1 into sheet2 using VBA Or get search suggestion and latest updates.


Tagged: