Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default Retrieve Data from Word Art data

Hi,

Is it possible to Extract Data from a Word Art pasted on Excel File
possibly containing data that needs to be used for Vlookup function ?

  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 9,101
Default Retrieve Data from Word Art data

I added a word art object while recording a macro and got the code below.

The code to change the text or read the text would be similar to
Selection.ShapeRange.TextEffect.Text = "My text 1"

Your answer is Yes it is possible to extract textt from a word Art Object.
VLOOKUP will not work. A Macro or function can be writen to look at all the
word Art Objects and examine the text in the object.


Sub Macro1()
'
' Macro1 Macro
' Macro recorded 3/15/2007 by Joel Warburg
'

'
ActiveSheet.Shapes.AddTextEffect(msoTextEffect14, "My text", "Impact",
36#, _
msoFalse, msoFalse, 334.5, 240.75).Select
End Sub


"Simple_Solver" wrote:

Hi,

Is it possible to Extract Data from a Word Art pasted on Excel File
possibly containing data that needs to be used for Vlookup function ?

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
Retrieve multiple data rows data from a very long list and copy t mathew Excel Discussion (Misc queries) 1 September 13th 06 08:24 PM
retrieve the data from web to excel sri Excel Discussion (Misc queries) 0 April 24th 06 09:00 PM
Retrieve data Matt W via OfficeKB.com Excel Discussion (Misc queries) 1 July 14th 05 06:40 PM
How can I retrieve deleted data? ChasD Excel Discussion (Misc queries) 2 November 27th 04 05:19 PM
Retrieve last cell with data JimDandy Excel Worksheet Functions 2 November 20th 04 06:50 PM


All times are GMT +1. The time now is 09:28 AM.

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"