ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   Is it possible (https://www.excelbanter.com/excel-programming/323595-possible.html)

Greg[_19_]

Is it possible
 
Just wonder if i could get a page to automatically put a page in a workbook
and create a command button to link to it.

let say

i save a page called hotel

i would like it added to a workbook and on sheet 1 i have a command button
link to it


and show the name on the button

Is this possible

Thanks in advance

Sorry about the cross post

Greg




Tonhao

Is it possible
 
1 - Create a commnd button
2 - Add a hyperlink to it

"Greg" wrote:

Just wonder if i could get a page to automatically put a page in a workbook
and create a command button to link to it.

let say

i save a page called hotel

i would like it added to a workbook and on sheet 1 i have a command button
link to it


and show the name on the button

Is this possible

Thanks in advance

Sorry about the cross post

Greg





Tom Ogilvy

Is it possible
 
worksheets("Page").copy After:=Workbooks("Book2.xls").Worksheets(3)

You can see how to add a commandbutton by turning on the macro recorder
while you do it manually.

You can see how to create event code for it at Chip Pearson's site
http://www.cpearson.com/excel/vbe.htm

--
Regards,
Tom Ogilvy



"Greg" wrote in message
...
Just wonder if i could get a page to automatically put a page in a

workbook
and create a command button to link to it.

let say

i save a page called hotel

i would like it added to a workbook and on sheet 1 i have a command button
link to it


and show the name on the button

Is this possible

Thanks in advance

Sorry about the cross post

Greg






Greg[_19_]

Is it possible
 
Thankyou for all the help again.


Greg




All times are GMT +1. The time now is 01:18 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
ExcelBanter.com