Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I hope this is an easy one.
I have a lot of sheets in my workbook. I'm running alot of macros. when I run the last macro I want all sheets to go back to position "A1". is there an easy way to do this after it runs the last macro? Thanks |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi Ken
For most things you don't have to select cell in your macro's but you can use this in the last macro if you don't have hidden sheets. Sub test() With ThisWorkbook .Worksheets.Select Application.Goto Range("A1"), True .Worksheets(1).Select End With End Sub -- Regards Ron de Bruin http://www.rondebruin.nl "KenL" wrote in message ... I hope this is an easy one. I have a lot of sheets in my workbook. I'm running alot of macros. when I run the last macro I want all sheets to go back to position "A1". is there an easy way to do this after it runs the last macro? Thanks |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Ron
guess what all my sheets are hidden (tools - options - uncheck sheet tabs) by the way yesterday you helped me with enail. thanks. I sent you a follow up quesiotn that iwhen I email the graph it keeps the links to my workbook, is there a way to turn the de-link the sheet that is created during the email process? Thanks Ken "Ron de Bruin" wrote: Hi Ken For most things you don't have to select cell in your macro's but you can use this in the last macro if you don't have hidden sheets. Sub test() With ThisWorkbook .Worksheets.Select Application.Goto Range("A1"), True .Worksheets(1).Select End With End Sub -- Regards Ron de Bruin http://www.rondebruin.nl "KenL" wrote in message ... I hope this is an easy one. I have a lot of sheets in my workbook. I'm running alot of macros. when I run the last macro I want all sheets to go back to position "A1". is there an easy way to do this after it runs the last macro? Thanks |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
(tools - options - uncheck sheet tabs)
This will only hide the tabs With Hidden I mean that you hide sheets FormatSheet..Hide for example You can't select a hidden sheet by the way yesterday you helped me with enail. thanks. I sent you a follow up quesiotn that I look at it this weekend I have big list in my Inbox -- Regards Ron de Bruin http://www.rondebruin.nl "KenL" wrote in message ... Ron guess what all my sheets are hidden (tools - options - uncheck sheet tabs) by the way yesterday you helped me with enail. thanks. I sent you a follow up quesiotn that iwhen I email the graph it keeps the links to my workbook, is there a way to turn the de-link the sheet that is created during the email process? Thanks Ken "Ron de Bruin" wrote: Hi Ken For most things you don't have to select cell in your macro's but you can use this in the last macro if you don't have hidden sheets. Sub test() With ThisWorkbook .Worksheets.Select Application.Goto Range("A1"), True .Worksheets(1).Select End With End Sub -- Regards Ron de Bruin http://www.rondebruin.nl "KenL" wrote in message ... I hope this is an easy one. I have a lot of sheets in my workbook. I'm running alot of macros. when I run the last macro I want all sheets to go back to position "A1". is there an easy way to do this after it runs the last macro? Thanks |
#5
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Ron
did you know what to do with my other question Thanks Ken "Ron de Bruin" wrote: (tools - options - uncheck sheet tabs) This will only hide the tabs With Hidden I mean that you hide sheets FormatSheet..Hide for example You can't select a hidden sheet by the way yesterday you helped me with enail. thanks. I sent you a follow up quesiotn that I look at it this weekend I have big list in my Inbox -- Regards Ron de Bruin http://www.rondebruin.nl "KenL" wrote in message ... Ron guess what all my sheets are hidden (tools - options - uncheck sheet tabs) by the way yesterday you helped me with enail. thanks. I sent you a follow up quesiotn that iwhen I email the graph it keeps the links to my workbook, is there a way to turn the de-link the sheet that is created during the email process? Thanks Ken "Ron de Bruin" wrote: Hi Ken For most things you don't have to select cell in your macro's but you can use this in the last macro if you don't have hidden sheets. Sub test() With ThisWorkbook .Worksheets.Select Application.Goto Range("A1"), True .Worksheets(1).Select End With End Sub -- Regards Ron de Bruin http://www.rondebruin.nl "KenL" wrote in message ... I hope this is an easy one. I have a lot of sheets in my workbook. I'm running alot of macros. when I run the last macro I want all sheets to go back to position "A1". is there an easy way to do this after it runs the last macro? Thanks |
#6
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Send the sheet with data also
You can make values if the data sheet if you want if this data sheet have links to other sheets My Mail add-in have option to do this -- Regards Ron de Bruin http://www.rondebruin.nl "KenL" wrote in message ... Ron did you know what to do with my other question Thanks Ken "Ron de Bruin" wrote: (tools - options - uncheck sheet tabs) This will only hide the tabs With Hidden I mean that you hide sheets FormatSheet..Hide for example You can't select a hidden sheet by the way yesterday you helped me with enail. thanks. I sent you a follow up quesiotn that I look at it this weekend I have big list in my Inbox -- Regards Ron de Bruin http://www.rondebruin.nl "KenL" wrote in message ... Ron guess what all my sheets are hidden (tools - options - uncheck sheet tabs) by the way yesterday you helped me with enail. thanks. I sent you a follow up quesiotn that iwhen I email the graph it keeps the links to my workbook, is there a way to turn the de-link the sheet that is created during the email process? Thanks Ken "Ron de Bruin" wrote: Hi Ken For most things you don't have to select cell in your macro's but you can use this in the last macro if you don't have hidden sheets. Sub test() With ThisWorkbook .Worksheets.Select Application.Goto Range("A1"), True .Worksheets(1).Select End With End Sub -- Regards Ron de Bruin http://www.rondebruin.nl "KenL" wrote in message ... I hope this is an easy one. I have a lot of sheets in my workbook. I'm running alot of macros. when I run the last macro I want all sheets to go back to position "A1". is there an easy way to do this after it runs the last macro? Thanks |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
"Count" and "List" functions across sheets | Excel Worksheet Functions | |||
Excel: HLOOKUP Text "approximate" match over 2 sheets problem? | Excel Discussion (Misc queries) | |||
Suppress popup "Do you really want to save..." after open and immediate close of excel sheets ? | Excel Discussion (Misc queries) | |||
Sheets("Rpt").Copy different results from running in macro than off excel menu?? | Excel Discussion (Misc queries) | |||
Auto "copy and paste" individual cells from various sheets into one sheet ?? | Excel Discussion (Misc queries) |