Logo 
Search:

MS Office Answers

Ask Question   UnAnswered
Home » Forum » MS Office       RSS Feeds
  Question Asked By: Anita Morales   on Aug 23 In MS Office Category.

  
Question Answered By: Tarrant Thompson   on Aug 23

I don't know how you can implement, that each row  contains
one radio  button. So I will assume that RowOfRadioButton
will be a number of row in which the radiobutton is selected.

Activesheet.Range("a" & RowOfRadioButton & ":d" & RowOfRadioButton).Copy
ToWhichRowCopy=Activesheet.Range("a" & RowOfRadioButton).Value
Sheets("othersheet").Activate
Activesheet.Range("a" & ToWhichRowCopy).PasteSpecial Paste:=xlPasteAll

Share: 

 
 
Didn't find what you were looking for? Find more on new to Macro programming Or get search suggestion and latest updates.


Tagged: