Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 4
Default create a user input form

How do I create a form that will pop up whenever the
workbook is openned. And on that form I want to input a
customer account number text field and then have that
data passed to the excel worksheet "account number"
column.
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default create a user input form

Hi Travis

The code written as Auto_Open would be executed as soon as a workboo
is opened.
The following code shows DataForm. If this does not helps, you can us
an Userform instead of this.


Code
-------------------

Sub Auto_Open()
ActiveSheet.ShowDataForm
End Sub

-------------------


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

  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 4
Default create a user input form


-----Original Message-----
How do I create a form that will pop up whenever the
workbook is openned. And on that form I want to input a
customer account number text field and then have that
data passed to the excel worksheet "account number"
column.
.


thank you for the response. that helps big time, now to
the other part of my question.

I want to input a customer account number text field and
then have that data passed to the excel
worksheet "account number" column.

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
Excel 03 Trying to create input form Tbram Excel Discussion (Misc queries) 4 May 2nd 07 08:45 PM
Trying to select a specific range based on the time value of user form input Jitranijam New Users to Excel 8 November 15th 06 12:52 AM
Trouble with saving user input in an Excel Form. University of Maine student Excel Discussion (Misc queries) 0 March 14th 06 07:31 PM
Detecting Input Change on User Form Don Wiss Excel Programming 3 December 2nd 03 02:09 AM
Help with a User Input Form Cody Dawg[_2_] Excel Programming 3 October 9th 03 10:08 PM


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

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"