Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2
Default Can I use Word built-in dialog in Excel macro?

I am missing change case function of MS Word in Excel. I would like to
import Word's built-in wdDialogFormatChangeCase box in an Excel macro. Is
there a way or I have to create may own dialog?

MS Office XP (2002)
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 415
Default Can I use Word built-in dialog in Excel macro?

Not sure what this Word dialog does, but you can easily use the VBA function
LCase & UCase to change the case of strings.
If you must use Word then you will need to use automation to create an
instance of Word, send your send to the dialog and return the value to
Excel.

What are you trying to achieve ?

NickHK

"Bracha" ...
I am missing change case function of MS Word in Excel. I would like to
import Word's built-in wdDialogFormatChangeCase box in an Excel macro. Is
there a way or I have to create may own dialog?

MS Office XP (2002)



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2
Default Can I use Word built-in dialog in Excel macro?

Thank you for your help. This dialog box allows choosing between sentence,
lower, upper, title and toggle case.
That way I could tie it to individual functions that you mentioned. I thing
your isanswer is no and I will have to build the dialog myself.
Thanks again

bracha

"NickHK" wrote:

Not sure what this Word dialog does, but you can easily use the VBA function
LCase & UCase to change the case of strings.
If you must use Word then you will need to use automation to create an
instance of Word, send your send to the dialog and return the value to
Excel.

What are you trying to achieve ?

NickHK

"Bracha" ...
I am missing change case function of MS Word in Excel. I would like to
import Word's built-in wdDialogFormatChangeCase box in an Excel macro. Is
there a way or I have to create may own dialog?

MS Office XP (2002)




  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 4,391
Default Can I use Word built-in dialog in Excel macro?

Found this, at the bottom of the page:
http://www.xcelfiles.com/Downloads_01.html
Says it is to replicate that functionality in Excel. no idea how good.

NickHK

"Bracha" wrote in message
...
Thank you for your help. This dialog box allows choosing between

sentence,
lower, upper, title and toggle case.
That way I could tie it to individual functions that you mentioned. I

thing
your isanswer is no and I will have to build the dialog myself.
Thanks again

bracha

"NickHK" wrote:

Not sure what this Word dialog does, but you can easily use the VBA

function
LCase & UCase to change the case of strings.
If you must use Word then you will need to use automation to create an
instance of Word, send your send to the dialog and return the value to
Excel.

What are you trying to achieve ?

NickHK

"Bracha"

...
I am missing change case function of MS Word in Excel. I would like to
import Word's built-in wdDialogFormatChangeCase box in an Excel macro.

Is
there a way or I have to create may own dialog?

MS Office XP (2002)






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
Built-in Dialog Box Argument Button Paula Excel Discussion (Misc queries) 0 March 30th 07 08:40 PM
Opening Built-In Dialog Box Programmatically [email protected] Excel Programming 2 May 16th 06 09:19 AM
Using the built-in dialog to format a shape Tim Saunders Excel Programming 2 June 15th 04 08:16 AM
Getting a file name using a built in dialog box Steven Revell Excel Programming 1 November 18th 03 01:14 PM
Built-in file dialog question MacroMan Excel Programming 1 August 7th 03 11:53 PM


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