Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
dan dan is offline
external usenet poster
 
Posts: 866
Default Enter free form text into box upon opening excel

(i don't know if this is possible). Can you create a box that popups when you
open excel and enter information into it that will then populate certain
cells in other spreadsheets (in the same workbook)? What is the box called? I
have figured out how to build both a dialog box and a user form to have the
buttons and the fields that I want but I can't get it to pupup on opening the
workbook and I can't get it to reference the field. I want the informtation
to be free form text.


Any help would be great-

Thanks!
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default Enter free form text into box upon opening excel


There are a couple of ways to trigger the appearance of a userform on
start up.

1 call the macro Auto_open and locate it on a module sheet
2 Call the macro Workbook_open and place it on the ThisWorkbook tab in
the VBA editor

The code would be something like

Sub Auto_open()
UserForm1.Show
End Sub


--
mrice

Research Scientist with many years of spreadsheet development experience
------------------------------------------------------------------------
mrice's Profile: http://www.excelforum.com/member.php...o&userid=10931
View this thread: http://www.excelforum.com/showthread...hreadid=564289

  #3   Report Post  
Posted to microsoft.public.excel.misc
dan dan is offline
external usenet poster
 
Posts: 866
Default Enter free form text into box upon opening excel

Thanks -

I appreciate the help!

dan

"mrice" wrote:


There are a couple of ways to trigger the appearance of a userform on
start up.

1 call the macro Auto_open and locate it on a module sheet
2 Call the macro Workbook_open and place it on the ThisWorkbook tab in
the VBA editor

The code would be something like

Sub Auto_open()
UserForm1.Show
End Sub


--
mrice

Research Scientist with many years of spreadsheet development experience
------------------------------------------------------------------------
mrice's Profile: http://www.excelforum.com/member.php...o&userid=10931
View this thread: http://www.excelforum.com/showthread...hreadid=564289


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
Can I generate the excel chart with out opening the excel instance? ramkumar_cpt Charts and Charting in Excel 1 March 1st 06 05:22 PM
Can I enter a text form field in Excel? If so, how? bjslone Excel Discussion (Misc queries) 1 December 1st 05 07:09 PM
Display form from an VB application in Excel kuhni Excel Discussion (Misc queries) 0 August 10th 05 06:04 PM
in excel how can i have text ontop of a picture? (a scanned form) ADG Excel Discussion (Misc queries) 2 April 29th 05 04:10 PM
Is there a way to convert a EXCEL form into a WORD form? Carole O Excel Discussion (Misc queries) 1 April 27th 05 10:13 PM


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