How to write in cell, in Excel, under the inserted picture. Pictu.

G

Gord Dibben

Move the picture.

Write in the cell.

Move the picture back.

Alternative macro.

Sub entertext()
Range("L8").Value = "this is my text"
End Sub


Gord Dibben Excel MVP
 
A

AlfD

Hi!

Or select a neighbouring cell and move under the picture with the arrow
keys.
Watch the formula bar to check what you type.

Alf
 
Top