#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3,365
Default Macro Dialog Box

A UserForm, which can be created in the Visual Basic Editor, should solve
most of your problems. Text/numeric entries are easy to set up. The
browsing for the picture file reference to use as a hyperlink will be a touch
tricky - you'll need to code the use of

Application.FileDialog(msoFileDialogOpen)

to get the path to the file. Search Excel VB Help for FileDialog.
The UserForm itself will need some code to move the information from the
user form into the workbook.


"cardosol" wrote:

Hi,
Is it possible to create a dialog box that would allow me to enter the
following information in and have it placed on each tab in a workbook?

Piece Name - Text Field
Year Made - text field
Edition - text field
Picture/File - browse button to find the file to create a hyper link and a
seperate option to have a screen tip
Status: dropdown
Notes: large text Field
Mold Y/N - Radio button
Location of Mold - Dropdown list


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
Print dialog box selection macro I think I need to rephrase the question Excel Discussion (Misc queries) 2 November 4th 07 11:31 PM
Assign Macro Dialog Box Al Holix Excel Discussion (Misc queries) 6 September 24th 07 05:48 AM
Macro dialog box won't leave me alone! cmccurdy23 Excel Discussion (Misc queries) 1 February 2nd 07 08:06 PM
Dialog Box With Macro Buttons (VBA) Peter W Soady \(UK\) Excel Discussion (Misc queries) 4 August 20th 06 07:37 PM
how to use the search dialog via a macro? cyrille Excel Worksheet Functions 4 February 17th 05 10:41 PM


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