https://bugs.freedesktop.org/show_bug.cgi?id=57654

Julien Nabet <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected],
                   |                            |[email protected]

--- Comment #3 from Julien Nabet <[email protected]> ---
I know almost nothing about macros but I wonder how it can work, since:
1) we can see this:
 Private Sub Workbook_Open()

Dim tmpPath As String

Sheet1.Activate
tmpPath = ThisWorkbook.Path
AudioFile = tmpPath & "\ACDC.wav"

which "ACDC.wav"?

2) Load module
impFile = ThisWorkbook.Path & Application.PathSeparator & _
          "logo-outline.txt"
impFile = ThisWorkbook.Path & Application.PathSeparator & _
          "12fps-45sec-cut.txt"

where are these files?

Noël: put you in cc, you might be interested

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to