Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.newusers
|
|||
|
|||
![]()
Developet a set of two spreadsheets on PC. Data transfer from one to the
other is done with a button having a VB-sub that does the transfor. All work well on PC. BUT when attempting the same on MAC (withe same set) a click on button generate an error "... format mismatch..." . I am frustrated, why on MAC and not on PC !? |
#2
![]()
Posted to microsoft.public.excel.newusers
|
|||
|
|||
![]()
Mac XL VBA is VBA5 (equivalent to WinXL97). I'm not familiar with that
error (perhaps "type mismatch"?), but there are several differences, among them: 1) MacXL does not do ActiveX controls (ActiveX is Win only). 2) MacXL doesn't do VBA6 functions (e.g., Split, Join) 3) There are a few platform specific differences, such as the FileType argument in the GetOpenFileName() method. 4) WinXL doesn't do AppleScript scripting using MacScript. You might find more help at the microsoft.public.mac.office.excel newsgroup. Be sure to post the code that's throwing the error. In article , cre wrote: Developet a set of two spreadsheets on PC. Data transfer from one to the other is done with a button having a VB-sub that does the transfor. All work well on PC. BUT when attempting the same on MAC (withe same set) a click on button generate an error "... format mismatch..." . I am frustrated, why on MAC and not on PC !? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Stop excel from dropping the 0 in the beginning of a number? | Setting up and Configuration of Excel | |||
Open Excel 2003 from Windows Explorer | Excel Discussion (Misc queries) | |||
Need suggestions for some uses of Ms Excel | Excel Discussion (Misc queries) | |||
Excel Range Value issue (Excel 97 Vs Excel 2003) | Excel Discussion (Misc queries) | |||
Excel 2002 and 2000 co-install. Control Which Starts ? | Excel Discussion (Misc queries) |