Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 30
Default How to create a dialog box to input information to worksheet?

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
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2,069
Default How to create a dialog box to input information to worksheet?

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
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
How to create a dialog box to encode information to worksheet? joromajr Excel Discussion (Misc queries) 2 November 2nd 09 04:33 PM
How to create dialog box that will post to worksheet encoded data? joromajr Excel Discussion (Misc queries) 1 November 1st 09 12:16 PM
create template with certain fields to input information only Annette Excel Worksheet Functions 2 May 19th 06 03:54 PM
Dialog box with worksheet information Raza Excel Worksheet Functions 3 April 23rd 06 10:59 AM
How do can I create a Excel worksheet from information on a templa Genesis Excel Discussion (Misc queries) 0 April 15th 05 07:27 PM


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

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"