Thread: new
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Chip Pearson Chip Pearson is offline
external usenet poster
 
Posts: 7,247
Default new

If your question is related to Excel, then the answer is basically that you
cannot do it. There is no way for a workbook to do any real work if Excel is
not installed on the machine.

If your question is not related to Excel, please take it to the relevant
group.


--
Cordially,
Chip Pearson
Microsoft Most Valuable Professional
Excel Product Group, 1998 - 2008
Pearson Software Consulting, LLC
www.cpearson.com
(email on web site)


"Wendy Elizabeth" wrote in
message ...
Questions about creating an €˜executable that will not remained installed
once a user enters some data into the application. I also want this
applcation to not require any previous software installed on a users
workstation.
I basically want to setup an application for new users when they are
applying for insurance. This application would preferably be a run as a
windows desktop application versus on the internet. Once the user enters
the
save or submit button, I want the application to send the data back to be
processed on a Sql server 2000 or sql server 2005 database.

thanks!

Thanks!