Hi all,
We have just started to use project here and we have the following setup:
Individual projects with the tasks for that project.
A master project which shows all the inidividual project together in it.
Each of the projects have the same tasks and we have three main ones of design...
I have created a gantt chart in Excel with the tasks going down one side and the dates across the top.
Basically somone wants me to shade previous days. In other words if the chart starts on the 1st Jan and its the 1st Feb he wants from the 1st Jan to 1st Feb dates shaded. With the remaning...
I am trying to cycle through rows in a spreadsheet and delete any rows that contain a 1 in the F column.
I am trying to do this using VBA and am wondering if anyone can give a hand on this.
Thanks
Craig
I am new to VB.net and I am currently writing a program that has a couple of forms which can be accessed through a menu.
What I need to do is when someone presses the button on the menu to show the form I want to be able to detect if there is already one of the forms open.
i seem to be having...
Hi all,
Since upgrading to SE v.15 my programs that I have written which auotmatically open files no longer work.
What I think is happening is that the documents collection is null and thereofre is nothing which means I cant open any files using VB.net.
Does anyone have any idea why this is...