PC Review


Reply
Thread Tools Rate Thread

How to create a dialog box to input information to worksheet?

 
 
joromajr
Guest
Posts: n/a
 
      31st Oct 2009
I'd like to create a dialog box to input information such as "client's name",
"address"', "date of visit", etc... dialog box should also function as search
tool to locate details of client once any information of the client is
encoded in search section.
--
joromajr
 
Reply With Quote
 
 
 
 
john
Guest
Posts: n/a
 
      31st Oct 2009
You can use excels built in dataform to do what you want.
Assuming your data is laid out in a database table like format with Row 1
used for Headers - place this code in standard module & run. A form should
appear where you can add, delete search etc your data.

Sub ShowForm()

With ActiveSheet

.Range("A1").Select
.ShowDataForm

End With

End Sub

Hope helpful


--
jb


"joromajr" wrote:

> I'd like to create a dialog box to input information such as "client's name",
> "address"', "date of visit", etc... dialog box should also function as search
> tool to locate details of client once any information of the client is
> encoded in search section.
> --
> joromajr

 
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
How to create a dialog box to encode information to worksheet? joromajr Microsoft Excel Misc 2 2nd Nov 2009 04:33 PM
Create a new worksheet based on and input box Mustang Microsoft Excel Programming 3 28th Apr 2009 02:55 PM
How can I create a macro that pauses while I input information? Diane G Microsoft Word Document Management 1 8th Jan 2009 09:38 PM
create template with certain fields to input information only =?Utf-8?B?QW5uZXR0ZQ==?= Microsoft Excel Worksheet Functions 2 19th May 2006 03:54 PM
Dialog box with worksheet information =?Utf-8?B?UmF6YQ==?= Microsoft Excel Worksheet Functions 3 23rd Apr 2006 10:59 AM


Features
 

Advertising
 

Newsgroups
 


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