S
sparx
Is there any vba that will let you paste information into a cell that i
locked.
' Keyboard Shortcut: Ctrl+Shift+Z
'
Sheets("Access").Select
Range("E9
9").Select
ActiveCell.FormulaR1C1 = "=getmacaddress()"
Range("E10").Select
End Sub
My worksheet "Access" has an area where you type in text
getmacaddress )
into an unlocked cell - no problems but I only want to do this when th
cell is locked and dont want the cell typed directly into
locked.
' Keyboard Shortcut: Ctrl+Shift+Z
'
Sheets("Access").Select
Range("E9
9").SelectActiveCell.FormulaR1C1 = "=getmacaddress()"
Range("E10").Select
End Sub
My worksheet "Access" has an area where you type in text
getmacaddress )
into an unlocked cell - no problems but I only want to do this when th
cell is locked and dont want the cell typed directly into