Thread: macro in excel
View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.programming
jstp jstp is offline
external usenet poster
 
Posts: 2
Default macro in excel

Perfect!!

"jstp" wrote:

I have multiple worksheets in a protected workbook.xlt. I need to create a
macro that will allow users to enter data then use keyboard shortcuts (I'm
using ctrl + i) to add rows if they need to enter additional data. My problem
is adding the rows in the right place-below the current row. I've address
the pw and keyboard shortcuts just need to add blank rows below the last row
of data.