Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi,
I design some templates in one worksheet in Excel. In each template, it includes many option buttons(From ActiveX control) and some text contents. According to different requirements, I want to copy specific template to another worksheet. I write the following VBA code, however, only text content of the template range is pasted into another worksheet. I want to know how can I copy the option buttons in the template into another worksheet as well. Do you have some ideas about this issue? Thank you in advance!!! VBA code: Worksheets("templateworksheet").Range("D25:E25").C opy Destination:=Worksheets("newworksheet").Range("E10 ") Best Regards Sam |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How to stop Option Button unselecting one on different worksheet? | Excel Discussion (Misc queries) | |||
keep source formatting is not an option in paste option button | Excel Discussion (Misc queries) | |||
Option Button/Focus Problem on Worksheet | Excel Programming | |||
Change position of move or copy worksheet option in Excel | Excel Discussion (Misc queries) | |||
How to protect Option button in worksheet | Excel Worksheet Functions |