Hi Dave, > Is/Can the registry also be used to save information that > the user enters. In my case coordinates i.e. Latitude and > Longitude.
You *can* literally store anything you could possibly want in the registry. However, since Windows has limitations on the total supported registry size, you should try to limit your use of it to only what is necessary. A few values is no big deal. Just don't go using it as a database and store twelve thousand variables. > Forgive my ignorance here, but until now I've only > programmed in Excel within which if I wanted to save > info, I just saved it in a cell. Understood, and you're perfectly welcome to ask anything you want about VB here. We're here to help. Regards, Shawn K. Hall http://ReliableAnswers.com/ '// ======================================================== And what is that worth... the promise of a woman? -- 'Man in Black', The Princess Bride ------------------------ Yahoo! Groups Sponsor --------------------~--> $9.95 domain names from Yahoo!. Register anything. http://us.click.yahoo.com/J8kdrA/y20IAA/yQLSAA/k7folB/TM --------------------------------------------------------------------~-> '// ======================================================= Rules : http://ReliableAnswers.com/List/Rules.asp Home : http://groups.yahoo.com/group/vbHelp/ ======================================================= Post : [EMAIL PROTECTED] Join : [EMAIL PROTECTED] Leave : [EMAIL PROTECTED] '// ======================================================= Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/vbhelp/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
