View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Norman Jones Norman Jones is offline
external usenet poster
 
Posts: 5,302
Default Positioning a Button

Hi Filo666,

Look in VBA help at the TopLeftCell and BottomCellRight properties.


---
Regards,
Norman



"filo666" wrote in message
...
Hi, I have a macro that finds the last row used and the insert a new row
at
bottom of the last one and in cell a put the name of a person (userform1
askes it),in cell b the status and in cell c the amount; what I want is
that
in cell d appears a button so the user could print the information of the
user in the row, I ahev everithing but how to possitioning the button
exactly
in cell D
How to acomplish this???
TIa