Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3
Default vba documentation and filefilter property on os x

hi to all,

I'm running microsoft office 2004 with vba 11.2 on a os x 10.4.5

Informed about the different handling on File I/O on Windows and Mac
Office, I'm still curious where I could find some documentation about
vba on os x.

to be precise and to give an example:

fName = Application.GetSaveAsFilename(initialFilename:="so mething.txt")

works fine, but I'd like to force the user to choose 'save as text
file' from the save as dialog box.

therefore I tried various forms of:

fName = Application.GetSaveAsFilename(initialFilename:="so mething.txt",
fileFilter:="*.txt*) 'the fileFilter in all different shapes

but as soon as I add the fileFilter parameter to the GetSaveAsFilename
Excel crashes..

the official documentation tells me, that fileFilter:="TEXT" would be
the right one.. but since Mac doesn't run on OS 9 anymore, nothing
happens using that value. as far to the official documentation...

does anyone know the solution to the above particular problem? does
anyone know a source for a documentation for vba on os x?


appreciated

simon

Reply
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
Documentation paul johnson Excel Programming 3 January 25th 06 09:31 AM
Runtime Error 380 – Could not set the list property. Invalid property value BernzG[_16_] Excel Programming 2 August 21st 05 10:10 PM
Runtime error 380: Could not set the List property. invalid property value of listbox jasgrand Excel Programming 0 October 6th 04 09:28 PM
VBA Documentation TJ Walls Excel Programming 5 May 11th 04 01:51 PM
Documentation Mark[_36_] Excel Programming 4 February 5th 04 11:02 AM


All times are GMT +1. The time now is 02:27 PM.

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

About Us

"It's about Microsoft Excel"