code snippet
1. how to select first cell of the sheet
Whatz rong with this code
(i just want to select a cell from a predecessors column to hide that column from being visible when i am copying data of that sheet to another)
Set obj = MSProject.Application
obj.SelectTaskCell(1, "Predecessors", 1) ----shows error
Application.ColumnDelete
1. how to select first cell of the sheet
Whatz rong with this code
(i just want to select a cell from a predecessors column to hide that column from being visible when i am copying data of that sheet to another)
Set obj = MSProject.Application
obj.SelectTaskCell(1, "Predecessors", 1) ----shows error
Application.ColumnDelete