PC Review


Reply
Thread Tools Rate Thread

Access to spreadsheets with VBA User Form up

 
 
Alan
Guest
Posts: n/a
 
      27th Feb 2009
I have a User Form I built in VBA for Excel. When it is active/
displayed, I am unable to display any Excel spreadsheets it has used
(still open).

Is there a way around this? Thanks, Alan

 
Reply With Quote
 
 
 
 
Nigel
Guest
Posts: n/a
 
      27th Feb 2009
Do you mean unable to interact, rather than display, spreadsheets?

The default open mode for UserForm.show is Modal, to allow interaction with
other objects you need to open it Mode Less.

Use something like....

UserForm1.Show (0)


--

Regards,
Nigel
(E-Mail Removed)



"Alan" <(E-Mail Removed)> wrote in message
news:7461a9aa-17e1-4255-87d0-(E-Mail Removed)...
> I have a User Form I built in VBA for Excel. When it is active/
> displayed, I am unable to display any Excel spreadsheets it has used
> (still open).
>
> Is there a way around this? Thanks, Alan
>


 
Reply With Quote
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Creating multiple spreadsheets from form in access. =?Utf-8?B?QUo=?= Microsoft Access VBA Modules 5 29th Aug 2007 06:02 PM
Creating multiple spreadsheets from form in access. =?Utf-8?B?QUo=?= Microsoft Access Forms 2 28th Aug 2007 06:28 PM
Creating multiple spreadsheets from form in access. =?Utf-8?B?QUo=?= Microsoft Access Forms 0 28th Aug 2007 12:42 AM
Linking an Access Form to a Word Document with a User Form on Open =?Utf-8?B?Q2hyaXM=?= Microsoft Access Macros 0 14th Sep 2006 12:21 AM
Re: Modeless User Form in Access '97 Chip Pearson Microsoft Excel Programming 0 15th Mar 2004 03:22 PM


Features
 

Advertising
 

Newsgroups
 


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