View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
phreud[_7_] phreud[_7_] is offline
external usenet poster
 
Posts: 1
Default Need help with custom open/save functions

Hi,

I'm working on a pretty big project where I use UserForms for bette
interface. The xls file i pretty big due to quite alot of work with th
UserForms. Now I want a way for users to be able to save th
information in the worksheet, without having to save the whole xls fil
(with userforms and all).

Can anyone point me in the right direction? I'm thinking maybe the bes
way to go is using some sort of import/export function to save th
contents of the worksheet into a text file (with my own file extension
Maybe I can even customize an icon?). If so, is GetSaveAsFilename th
right function to use?

I'm pretty new at all this, so any help will be useful.

Thanks in advance

--
Message posted from http://www.ExcelForum.com