![]() |
![]() |
|
|||||||
| Excel Questions All Excel/VBA questions - formulas, macros, pivot tables, general help, etc. Please post to this forum in English only. |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Board Regular
Join Date: Mar 2002
Posts: 103
|
On a PC you can use the SendKeys function, is there an alternative to this for applemac? I need to switch from one workbook to another (by using the Alt+Tab keys) is there any way to do this on a mac?
[ This Message was edited by: willlobb on 2002-04-04 04:08 ] |
|
|
|
|
|
#2 |
|
Board Regular
Join Date: Mar 2002
Posts: 103
|
Does anyone know if this is possible?
|
|
|
|
|
|
#3 |
|
MrExcel MVP
Join Date: Mar 2002
Location: Chicago, IL USA
Posts: 2,042
|
Do you know the names of the open workbooks?
Thisworkbook.Activate Workbook("name.xls").Activate should do what you want rather than using SendKeys. Regards, Jay |
|
|
|
|
|
#4 |
|
Board Regular
Join Date: Mar 2002
Posts: 103
|
The name depends on the value of a cell. It opens OK. eg, it opens "Transactions For Week " & Range("Week1Date"), but then i need it to switch between that workbook and another one that is open. Also, i have an email macro, and it uses the shortcut key Alt+S (send in outlook express)to send the emails, how would i be able to do this? Is it possible?
Thanks Will |
|
|
|
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|