Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Show Dialog Box - Edit/Replace

Hi EVrybodri!

Just a quicky: how do I instruct EXCEL to show the Replace dialogbox?

Thx!


G



------------------------------------------------
~~ Message posted from http://www.ExcelTip.com/
~~ View and post usenet messages directly from http://www.ExcelForum.com/

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27,285
Default Show Dialog Box - Edit/Replace

application.Dialogs(xlDialogFormulaReplace).Show

--
Regards,
Tom Ogilvy

"MaxLamer" wrote in message
...
Hi EVrybodri!

Just a quicky: how do I instruct EXCEL to show the Replace dialogbox?

Thx!


G



------------------------------------------------
~~ Message posted from http://www.ExcelTip.com/
~~ View and post usenet messages directly from http://www.ExcelForum.com/



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Show Dialog Box - Edit/Replace

Thx Tom!

Can I populate the dialog box somehow? Fill in the field "Replace What"
with a string of my own?

Thx,

G.

Tom Ogilvy wrote:
*application.Dialogs(xlDialogFormulaReplace).Show

--
Regards,
Tom Ogilvy

"MaxLamer" wrote in message
...
Hi EVrybodri!

Just a quicky: how do I instruct EXCEL to show the Replace

dialogbox?

Thx!


G



------------------------------------------------
~~ Message posted from http://www.ExcelTip.com/
~~ View and post usenet messages directly from

http://www.ExcelForum.com/
*




------------------------------------------------
~~ Message posted from http://www.ExcelTip.com/
~~ View and post usenet messages directly from http://www.ExcelForum.com/

  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27,285
Default Show Dialog Box - Edit/Replace

Sub macro3()
Cells.Select
Application.ExecuteExcel4Macro "FORMULA.REPLACE?(""ABC"", ""CDF"")"
End Sub


the format it:

FORMULA.REPLACE?(find_text, replace_text, look_at, look_by, active_cell,
match_case)

-- ----
or
-------

Sub macro4()
Cells.Select
Application.Dialogs(xlDialogFormulaReplace).Show "ABC", "CDF"
End Sub



--
Regards,
Tom Ogilvy



"MaxLamer" wrote in message
...
Thx Tom!

Can I populate the dialog box somehow? Fill in the field "Replace What"
with a string of my own?

Thx,

G.

Tom Ogilvy wrote:
*application.Dialogs(xlDialogFormulaReplace).Show

--
Regards,
Tom Ogilvy

"MaxLamer" wrote in message
...
Hi EVrybodri!

Just a quicky: how do I instruct EXCEL to show the Replace

dialogbox?

Thx!


G



------------------------------------------------
~~ Message posted from http://www.ExcelTip.com/
~~ View and post usenet messages directly from

http://www.ExcelForum.com/
*




------------------------------------------------
~~ Message posted from http://www.ExcelTip.com/
~~ View and post usenet messages directly from http://www.ExcelForum.com/



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
Edit Link Dialog Box Howard Excel Discussion (Misc queries) 1 October 15th 09 04:55 PM
Edit Links Dialog Box too long to view contents Judy S. Links and Linking in Excel 1 September 23rd 08 08:16 AM
Annoying Replace Dialog Box Niniel Excel Discussion (Misc queries) 2 August 17th 07 07:46 PM
FIND AND REPLACE DIALOG BOX MoreGOOFS Excel Discussion (Misc queries) 1 June 24th 06 12:46 PM
Excel Find/Replace Dialog Box ajaxford Excel Discussion (Misc queries) 2 June 16th 06 06:28 AM


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