Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have the following code (from Tom Ogilvy) that I'm using to put certain
text into a shape; however, cannot figure out how to modify this to accommodate a range of cells (like S10:U45) versus just one cell. Tried using a range name also, but that doesn't work. Can someone help me understand how to do this please? Dim shp As Shape Set shp = ActiveSheet.Shapes("Rectangle 1") sText = Range("A249").Text shp.TextFrame.Characters.Text = sText |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
XL2007 Bug: Text Can be Changed in Shape with Linked Text | Excel Programming | |||
Moving a shape with text inside without editing text | Excel Programming | |||
Cutting and pasting large variable text into a text box shape usin | Excel Programming | |||
Change Shape Text | Excel Worksheet Functions | |||
Testing text on a shape | Excel Programming |