View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.programming
Paul Paul is offline
external usenet poster
 
Posts: 5
Default Not getting the object structure of VBA Excel

Tom Ogilvy wrote:
Try

ThisWorkbook.Sheets(1).Columns(1).delete

Thanks Tom, it helps when I start at the top of the hierarchy. Side
note, any in sight as to why the code completion hints quit after
...Sheets(1).

Paul