LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 17
Default how to copy option button from one worksheet to another

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
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
How to stop Option Button unselecting one on different worksheet? nesmith6866 Excel Discussion (Misc queries) 1 December 14th 06 12:49 AM
keep source formatting is not an option in paste option button Tina Excel Discussion (Misc queries) 0 February 20th 06 09:58 PM
Option Button/Focus Problem on Worksheet Resume Next Excel Programming 4 September 20th 05 01:10 AM
Change position of move or copy worksheet option in Excel JesseAviles Excel Discussion (Misc queries) 1 February 22nd 05 10:25 PM
How to protect Option button in worksheet Julie Excel Worksheet Functions 2 January 4th 05 01:01 AM


All times are GMT +1. The time now is 06:17 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"