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
|