Changing the properties of a Shape/ AutoShape within a cell
The easiest way with Excel/VBA is to record a macro (ToolsMacroRecord New
Macro) and see the generated code.
Whilst this code is generally not the most efficient, it gives you a
starting point to see the required syntax/objects to use.
NickHK
"wbntravis" wrote in message
...
I am so new I squeek
I need to put shapes/ autoshapes and small photos in a cell. Like cell(
B:2)
How does one control the autoshape or photo properites using VBA?
|