Hi Markus
On 09/04/11 01:37, Markus Mohrhard wrote:
Hello Noel,
starting with a workbook with the following sheets 'sheet1',
'sheet2' and 'sheet3'
and trying a macro like:
sub test
worksheets.copy after:=worksheets(2)
end sub
results in the following sheets in t
Hello Noel,
> starting with a workbook with the following sheets 'sheet1', 'sheet2' and
> 'sheet3'
> and trying a macro like:
>
> sub test
>worksheets.copy after:=worksheets(2)
> end sub
>
> results in the following sheets in the workbook 'sheet1', 'sheet2',
> 'sheet1_2', 'sheet2_2', 'sheet1_
Hi Markus,
On 08/04/11 01:38, Markus Mohrhard wrote:
Hello,
here the patch for the EasyHack:
http://wiki.documentfoundation.org/Development/Easy_Hacks#VBA_support_add_support_for_Worksheets.Copy
or Bug: https://bugs.freedesktop.org/show_bug.cgi?id=34763 .
It needs the patch from this afte
On 08/04/11 01:38, Markus Mohrhard wrote:
Hello,
here the patch for the EasyHack:
http://wiki.documentfoundation.org/Development/Easy_Hacks#VBA_support_add_support_for_Worksheets.Copy
or Bug: https://bugs.freedesktop.org/show_bug.cgi?id=34763 .
It needs the patch from this afternoon to wor
Hello,
here the patch for the EasyHack:
http://wiki.documentfoundation.org/Development/Easy_Hacks#VBA_support_add_support_for_Worksheets.Copy
or Bug:
https://bugs.freedesktop.org/show_bug.cgi?id=34763 .
It needs the patch from this afternoon to work correctly.
Patch is under LGPLv3+/MPL.
Rega