Home |
Search |
Today's Posts |
#5
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Ah so! You are using the Forms Toolbar textbox.
"geniusideas" wrote in message ... Dear Gary and JL, Sorry, Both also not working but I found the answer as below Option Explicit Sub TextBoxCount() Dim myDocument As Worksheet Dim x As Integer Dim sh As Object Dim txtb As String Set myDocument = ActiveSheet x = 1 For Each sh In myDocument.Shapes If sh.Type = msoTextBox Then sh.Select txtb = Selection.Characters.Text Cells(x, 1) = txtb x = x + 1 End If Next Range("A1").Select End Sub Thanks..anyway |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Display Text in Drawing Object - (in Rectangle box) <SHAHZAD | Excel Programming | |||
Erase Drawing Object | Excel Programming | |||
Selecting Drawing Object By Name | Excel Programming | |||
Floating Drawing Object | Excel Programming | |||
Drawing Object | Excel Programming |