Home > Forum Home > Developing and Auditing Analytical Models > Migrating Excel VBA projects to OpenOffice Basic Share

Migrating Excel VBA projects to OpenOffice Basic

Excel Help for Migrating Excel Vba Projects To Openoffice Basic in Developing and Auditing Analytical Models


Forum TopicPost Reply Login

Migrating Excel Vba Projects To Openoffice Basic

Rate this:
(1.4/5 from 8 votes)
GratefulWe are in the process to creating OpenOffice and StarOffice versions of our spreadsheet solutions. Business Spreadsheets has created an online Excel VBA to OpenOffice Basic Converter to facilitate this process for anyone attempting to undertake a similar migration.

The Excel VBA to OpenOffice Basic converter also provides the ability for users to submit code conversion snippets in order to enhance the online conversion process as a community.

This forum post can be used to share experiences, offer suggestions, and seek assistance for both using the converter and for migrating Excel VBA applications to OpenOffice equivalents in general.

Other related posts are:
Developing VBA code compatible with NeoOffice and Excel
Converting Excel VBA for Lotus Symphony Spreadsheets
 Excel Business Forums Administrator
 Posted by on
 
Replies - Displaying 1 to 5 of 5Order Replies By: Most recent | Chronological | Highest Rated
Confused
Rate this:
(2.4/5 from 13 votes)
I have three versions of a large Excel VBA macro that corresponds to MS Office 2000, 2003, and 2007. I am trying to decide which version I should focus my efforts on converting. In general, are there significant differences in the completeness of the conversion by the Business Systems converter for the different versions of Excel VBA?
Your approach to conversion appears to be clever. Thank you for this software.
 Stephen Leibowitz
 Posted by on
Confused
Rate this:
(2.3/5 from 8 votes)
Hi! I need to know how is the similar code of "APLLICATION.USERNAME" (used in Excel) to use in OO.
I tried of all.

Thanks!

 Elemar Luiz Roters
 Posted by on
Sad
Rate this:
(2.6/5 from 10 votes)
Hey

I am unable make the Macro created in Excel to work with OpenOffice. I have tried the link http://www.business-spreadsheets.com/vba2oo.asp to convert the code but even that failed. Could you please help me with this.

I just wanted to list all the files in a Folder (including Subfolders) in to the calc sheet. Please see the original VB code i was using in Excel. (attached) and please send me the code which will work in OO.

VBA Code:
Sub JAD()
     Dim fs As FileSearch, i As Long
     'ws As Worksheet,
      Set fs = Application.FileSearch
      With fs
          .SearchSubFolders = True ' set to true if you want sub-folders included
          .Filename = "*.jad"
          .LookIn = "E:\Task\Volleyball" 'modify this to where you want to search
          If .Execute > 0 Then
              ' Set ws = Worksheets.Add
              For i = 1 To .FoundFiles.Count
                 Cells(i + 1, 26) = Mid$(.FoundFiles(i), InStrRev(.FoundFiles(i), "\") + 1)
              Next
          Else
               MsgBox "No files found"
          End If
      End With
  End Sub

 Joe
 Posted by on
Confused
Rate this:
(2.5/5 from 9 votes)
Just know this: I find this - Excel VBA to OpenOffice. It is useful to me, Thanks.


-----------
[http://www.softsea.com/]
 Posted by on
HappyWe have developed an OpenOffice Calc version of our Bond Yield to Maturity Calculator as an example of Excel VBA code migrated to OpenOffice Basic.

The download contains both an Excel version and and OpenOffice version of the program with open source code.  The spreadsheet program utilizes a dialogue input form for populating the bond data and an iterative function for calculating the yield to maturity.  It therefore serves as a good example of how both user forms and sub routines can be converted from Excel VBA to OpenOffice Basic for OpenOffice or StarOffice Calc.
 Excel Business Forums Administrator
 Posted by on
 Displaying page 1 of 1 

Find relevant Excel templates and add-ins for Migrating Excel VBA projects to OpenOffice Basic in the