Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default User forms & worksheet help!

Hello,

I could use some help with this problem. I am trying to use a User for
in conjunction with multiple worksheets. My problem is that the use
form does not release control and I would like to use this form t
update data (via a web service call) on each of the worksheets fo
reporting. On the form I have multiple checkboxes and buttons to choos
which sheets to update. The thing is you do not need to use the form t
view the worksheets. They should be used side by side. Is there a wa
you can toggle between forms & worksheets?

For example, using the form I would select a checkbox then hit th
update button. It would make a call to web svc and the data
associated chart would be updated. Although, as stated before the use
does not need to update the data and each sheet & chart i
pre-populated.

Right now I am not able to do this.

Also, when I move the form another instance is created.

Thanks,

mebne

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

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27,285
Default User forms & worksheet help!

the other instance is because you have screenupdating set to false.

You can show your form vbModeless

Sub showform()
UserForm1.Show vbModeless
End Sub

You must have Excel 2000 or later to do this.

--
Regards,
Tom Ogilvy

"mebner " wrote in message
...
Hello,

I could use some help with this problem. I am trying to use a User form
in conjunction with multiple worksheets. My problem is that the user
form does not release control and I would like to use this form to
update data (via a web service call) on each of the worksheets for
reporting. On the form I have multiple checkboxes and buttons to choose
which sheets to update. The thing is you do not need to use the form to
view the worksheets. They should be used side by side. Is there a way
you can toggle between forms & worksheets?

For example, using the form I would select a checkbox then hit the
update button. It would make a call to web svc and the data &
associated chart would be updated. Although, as stated before the user
does not need to update the data and each sheet & chart is
pre-populated.

Right now I am not able to do this.

Also, when I move the form another instance is created.

Thanks,

mebner


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



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default User forms & worksheet help!

Tom,

Thanks for the assist. I am now able to view my worksheets in
conjunction with the user form. One other thing though is that user
form covers up the sheets. Is there some way to minimize this? Or place
it out of the way? I still need to use it, but not all the time. Please
advise.

Mike

Also, I did forget to turn screenupdating back on in a few spots.


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

  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27,285
Default User forms & worksheet help!

http://www.bmsltd.co.ie/Excel/Default.htm

Stephen Bullen's site. Download his formfun.zip file and unzip it. Code is
viewable. Shows about all you can do with userforms.

--
Regards,
Tom Ogilvy

"mebner " wrote in message
...
Tom,

Thanks for the assist. I am now able to view my worksheets in
conjunction with the user form. One other thing though is that user
form covers up the sheets. Is there some way to minimize this? Or place
it out of the way? I still need to use it, but not all the time. Please
advise.

Mike

Also, I did forget to turn screenupdating back on in a few spots.


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



  #5   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default User forms & worksheet help!

Tom,
The link you provided was incorrect. Here is the correct one.

http://www.bmsltd.co.uk/Excel/Default.htm

Thanks for letting us know about this!

This file is pretty cool stuff!


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



  #6   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default User forms & worksheet help!

Very good... this should be what I need.

thanks..

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

  #7   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27,285
Default User forms & worksheet help!

Actually I did screw it up, however, Stephen has request that this be used

http://www.bmsltd.ie/Excel/Default.htm

rather than the one you show. This was a couple of weeks ago, so the
problem may be resolved by now.

--
Regards,
Tom Ogilvy

Full Monty wrote in message
...
Tom,
The link you provided was incorrect. Here is the correct one.

http://www.bmsltd.co.uk/Excel/Default.htm

Thanks for letting us know about this!

This file is pretty cool stuff!


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



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 forms Obi-Wan Kenobi Excel Discussion (Misc queries) 0 March 21st 06 08:28 PM
User Forms Runner77 Excel Discussion (Misc queries) 1 January 12th 06 06:20 AM
user forms Runner77 Excel Discussion (Misc queries) 0 January 12th 06 04:31 AM
Worksheet value to user forms David Excel Programming 2 October 28th 03 11:43 PM
User forms Candee[_2_] Excel Programming 2 September 12th 03 03:11 PM


All times are GMT +1. The time now is 02:52 AM.

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"