Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

how to select a particular cell in a column

Status
Not open for further replies.

rohitt

Programmer
Jul 1, 2002
42
IN
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
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top