S
seanpears99
Hi everyone
Due to task selection limitations as posted previously, I wonder if
anyone an help.
I am now having to apply a filter in VBA (using one I have already
created) and then work down the output (if unique id <> blank a = a + 1
then select rowid + height (a)) to select all of the tasks for a
editcopypicture object to copy out to a gif.
The problem is, when I apply the filter and scan for the end of the
last task, it isnt using the filtered output so I am going way past
where I need to select to extract.
Is there a used lines count which will work when the filter is on?
(I normally use Excel VBA so I am struggling)
Many thanks
Sean
Due to task selection limitations as posted previously, I wonder if
anyone an help.
I am now having to apply a filter in VBA (using one I have already
created) and then work down the output (if unique id <> blank a = a + 1
then select rowid + height (a)) to select all of the tasks for a
editcopypicture object to copy out to a gif.
The problem is, when I apply the filter and scan for the end of the
last task, it isnt using the filtered output so I am going way past
where I need to select to extract.
Is there a used lines count which will work when the filter is on?
(I normally use Excel VBA so I am struggling)
Many thanks
Sean