Thread: Excel Macros
View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.misc
Don Guillett Don Guillett is offline
external usenet poster
 
Posts: 10,124
Default Excel Macros

Sub moveactivecell()
ActiveCell.Cut ActiveCell.Offset(, -1)
End Sub

--
Don Guillett
Microsoft MVP Excel
SalesAid Software

"Paul Bond" wrote in message
...
What command should I use in an Excel visual basic macro to move the
current
cell to the left by 1