Geoff Taylor
Active Member
- Joined
- Dec 11, 2006
- Messages
- 257
Hi,
Recorded code in Excel 2007
<code>
ActiveSheet.Shapes("Button 3").Select
Selection.Characters.Text = "Go"
</Code>
If I try to add this code into a select case statement I get a 438 error "Object doesn't support the property or method
<code>
Select Case ActiveSheet.Shapes("Button 3").Characters.Text
</Code>
Recorded code in Excel 2007
<code>
ActiveSheet.Shapes("Button 3").Select
Selection.Characters.Text = "Go"
</Code>
If I try to add this code into a select case statement I get a 438 error "Object doesn't support the property or method
<code>
Select Case ActiveSheet.Shapes("Button 3").Characters.Text
</Code>