Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 138
Default http post from excel - user authentication from excel to web

Hi

I am trying to build in authentication to my excel spreadsheet - the idea is
that a user will type in their username and password and that information
gets posted to an asp page which authenticates them against a database and
returns a +OK or -ER and based on that value I either let them continue or
not. Is something like this possible?

Any ideas would be much appreciated.

thanks
Bruce
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 74
Default http post from excel - user authentication from excel to web

Hi,

Look for Microsoft's WinHTTP Services.

I've posted some code that uses this library before.

Regards,

Chris.

--
Chris Marlow
MCSD.NET, Microsoft Office XP Master


"bruce" wrote:

Hi

I am trying to build in authentication to my excel spreadsheet - the idea is
that a user will type in their username and password and that information
gets posted to an asp page which authenticates them against a database and
returns a +OK or -ER and based on that value I either let them continue or
not. Is something like this possible?

Any ideas would be much appreciated.

thanks
Bruce

  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 138
Default http post from excel - user authentication from excel to web

Great, thanks Chris. I have managed to get a simple version working. Thanks
for your help!

If I may sneak in another quetion, any idea how to make a field in excel
appear like a password field (as they type only * or €¢ appears but the value
is retained)?

thanks
Bruce



"Chris Marlow" wrote:

Hi,

Look for Microsoft's WinHTTP Services.

I've posted some code that uses this library before.

Regards,

Chris.

--
Chris Marlow
MCSD.NET, Microsoft Office XP Master


"bruce" wrote:

Hi

I am trying to build in authentication to my excel spreadsheet - the idea is
that a user will type in their username and password and that information
gets posted to an asp page which authenticates them against a database and
returns a +OK or -ER and based on that value I either let them continue or
not. Is something like this possible?

Any ideas would be much appreciated.

thanks
Bruce

  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 74
Default http post from excel - user authentication from excel to web

Bruce,

Rather than collect this in a cell I'd use an Excel Userform which has a
Textbox that has the property 'PasswordChar' set.

Regards,

Chris.

--
Chris Marlow
MCSD.NET, Microsoft Office XP Master


"bruce" wrote:

Great, thanks Chris. I have managed to get a simple version working. Thanks
for your help!

If I may sneak in another quetion, any idea how to make a field in excel
appear like a password field (as they type only * or €¢ appears but the value
is retained)?

thanks
Bruce



"Chris Marlow" wrote:

Hi,

Look for Microsoft's WinHTTP Services.

I've posted some code that uses this library before.

Regards,

Chris.

--
Chris Marlow
MCSD.NET, Microsoft Office XP Master


"bruce" wrote:

Hi

I am trying to build in authentication to my excel spreadsheet - the idea is
that a user will type in their username and password and that information
gets posted to an asp page which authenticates them against a database and
returns a +OK or -ER and based on that value I either let them continue or
not. Is something like this possible?

Any ideas would be much appreciated.

thanks
Bruce

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
User authentication/protection Phillip[_3_] Excel Discussion (Misc queries) 2 February 1st 10 06:30 AM
Excel Windows Authentication to SQL Server John Couch Excel Discussion (Misc queries) 1 January 20th 09 11:42 AM
start http://..... vs hyperlink http://..... ton de w Excel Discussion (Misc queries) 0 May 4th 07 01:42 PM
Excel over HTTP or SOAP question. No Name Excel Programming 1 October 23rd 03 07:45 PM


All times are GMT +1. The time now is 10:49 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"