Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 24
Default Saving user data outside Excel

I've written an application in Excel using VBA. The application features a
form that the user uses to set various application configuration parameters.
I'm currently saving these user parameters in a sheet within the workbook.
But to retrieve them the user has to use the same workbook they have been
saved in. I would like to save these settings outside of Excel so that these
settings will be available to the user regardless of the Excel workbook they
happen to be using. That is, the settings should be user-related and not
workbook-related.

My sense is that these settings should be saved in some sort of cookie or
..ini file or something like that on the user's machine.

What's the current best practice for this, and what is a quick reference
point for how to do this?

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 236
Default Saving user data outside Excel

Why cant you store the data in a Worksheet Add-In?

That would be "thinking in Excel" solution.

Also, does the WorkSheet use DAO?

You could store configuration parameters in a database.

From how you describe it, I can't help but think you're slacking on

the Form or Worksheet associated with your GUI. Can't you write your
GUI in such a way that the user can save profiles of his favorite
configurations and fetch them in a click?

How many parameters are there?


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
Shared excel (2000) file not saving for one user Dollfacelives Excel Discussion (Misc queries) 4 January 8th 08 08:45 PM
How do I force a user to fill in all cells in excel before saving tomtomtomtomtom Excel Discussion (Misc queries) 1 August 16th 05 06:35 PM
Saving user specific binary data [email protected] Excel Programming 2 February 16th 05 04:38 AM
Saving a Workbook: Forcing User to Rename before Saving Rollin_Again[_6_] Excel Programming 5 April 16th 04 02:54 PM
prevent user from saving excel file to a folder susie Excel Programming 2 July 24th 03 09:12 PM


All times are GMT +1. The time now is 08:38 PM.

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

About Us

"It's about Microsoft Excel"