Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 108
Default edit/find menu in a macro

I wan to display the find dialog box for text strings
within my work sheet in my macro,or can i link a message
box with the "what" in find
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 80
Default edit/find menu in a macro

In your code, before the Find statement, insert:

fwhat = inputbox("String to find")

and then use variable fwhat as the What argument in find.

HTH,
Nikos
-----Original Message-----
I wan to display the find dialog box for text strings
within my work sheet in my macro,or can i link a message
box with the "what" in find
.

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
Question about "Find" function in Edit menu cpayneHTE Excel Discussion (Misc queries) 9 March 19th 08 01:36 PM
Problems with Edit Menu Paul S Setting up and Configuration of Excel 2 January 24th 07 11:50 PM
macro help for changing data (cell location) in edit find box Jim Excel Discussion (Misc queries) 1 November 10th 06 10:57 PM
Macro help on changing data in Edit Find Box Jim Excel Discussion (Misc queries) 3 November 7th 06 11:14 PM
Edit Menu Robert Excel Discussion (Misc queries) 2 October 6th 05 05:45 PM


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