Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default user entry form for excel search

I have been very successful with information from http://www.rondebruin.nl
for searching numerous workbooks to pull data into one worksheet. (Thanks Ron!
)
The worksheets have data for different entities, for example I have 20 wells
(entities). Each well has daily worksheets.

The code now asks for a cell range from each worksheet. Is there a way to
have the user enter what well# he wants the data from and the search will go
through all the worksheets and only pull the data for the specified well?

Thanks,
Deb

--
Message posted via OfficeKB.com
http://www.officekb.com/Uwe/Forums.a...mming/200703/1

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 6,953
Default user entry form for excel search

there is more than a good chance that this could be done. Just modify/add
code to the code you have in the appropriate places. Look at things like
Inputbox and the Find method (of the range object). Also, looping through
sheets

for each sh in Activeworkbook.worksheets

Next sh

--
Regards,
Tom Ogilvy


"DJTI" wrote:

I have been very successful with information from http://www.rondebruin.nl
for searching numerous workbooks to pull data into one worksheet. (Thanks Ron!
)
The worksheets have data for different entities, for example I have 20 wells
(entities). Each well has daily worksheets.

The code now asks for a cell range from each worksheet. Is there a way to
have the user enter what well# he wants the data from and the search will go
through all the worksheets and only pull the data for the specified well?

Thanks,
Deb

--
Message posted via OfficeKB.com
http://www.officekb.com/Uwe/Forums.a...mming/200703/1


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
Filter Excel Pivot, based on user entry form Jayco Excel Discussion (Misc queries) 1 August 16th 06 06:07 PM
Auto email - With every new entry on my user form Vikram Excel Discussion (Misc queries) 0 June 19th 06 06:00 AM
Data Entry Alert in User Form Kev Excel Discussion (Misc queries) 6 January 8th 05 03:01 PM
USer Form Entry to multiple cells Jerry Eggleston Excel Programming 0 May 26th 04 12:20 AM
Validate text box entry on user form Gareth[_3_] Excel Programming 2 November 20th 03 09:59 PM


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