Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Userform Woes


New to UserForms, Need details on saving a userform that has a database
to a local drive, for multiple users. Excel 2000. All users XP, would
like for only form to open upon click of icon.


--
gachett
------------------------------------------------------------------------
gachett's Profile: http://www.excelforum.com/member.php...o&userid=29944
View this thread: http://www.excelforum.com/showthread...hreadid=496428

  #2   Report Post  
Posted to microsoft.public.excel.programming
N10 N10 is offline
external usenet poster
 
Posts: 141
Default Userform Woes

Hi Gatchett

I presumem you mean you have a created an Excell spread sheet which contains
a datebase and have created a userform which manipulates that database in
one or more ways. As you probaly know the userform(s) you create are stored
with the excel at the point of saving the file ; I think thats what you mean

One way to have the form appear when the file is called from say a desk top
icon, is to create a macro ; a work book open event; such as

Private Sub Workbook_Open()
Application.Visible = False
UserForm1.Show : << substitute your userform name here
End Sub

This macro is created with the MS visual basic editor associated with Excel
( I assume you have used that). Here you should left click the this workbook
icon in the VBAproject excell objects pane

This will immediately hide the normal Excel pane ( and all the controls and
menus) while making the userform visible.

While you are creating I suggest you stick a button on your form which
contains the following code as a click event : Application.Visible = True
: This way you will be able to make the whole application visible again.

In relation toyour second item I would have to say sharing Excell files
doesnt work in my experience so I cant help you with that, perhapes some
one esle might.

Do well

N10




"gachett" wrote in
message ...

New to UserForms, Need details on saving a userform that has a database
to a local drive, for multiple users. Excel 2000. All users XP, would
like for only form to open upon click of icon.


--
gachett
------------------------------------------------------------------------
gachett's Profile:
http://www.excelforum.com/member.php...o&userid=29944
View this thread: http://www.excelforum.com/showthread...hreadid=496428



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Userform Woes


It worked great, what I found out was I cant just send the form i would
have to send the whole wb as an email attachment now I am trying to
write vb to lock part of the form and attach itself to an outgoing
email


--
gachett
------------------------------------------------------------------------
gachett's Profile: http://www.excelforum.com/member.php...o&userid=29944
View this thread: http://www.excelforum.com/showthread...hreadid=496428

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
Hyperlink Woes - Please Help Randy Excel Worksheet Functions 1 June 27th 06 02:07 PM
PivotTable woes danison Excel Discussion (Misc queries) 4 December 10th 05 01:10 PM
Comma Woes Ruthki Excel Worksheet Functions 5 July 29th 05 12:01 AM
For Each Next woes AZ Analog Excel Programming 4 May 23rd 05 08:53 PM
COUNTIF woes Thermometer Excel Worksheet Functions 6 March 28th 05 02:57 PM


All times are GMT +1. The time now is 03:33 PM.

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"