+ Reply to Thread
Results 1 to 26 of 26

manual J program

Hybrid View

  1. #1
    Forum Guru
    Join Date
    04-13-2005
    Location
    North America
    MS-Off Ver
    2002/XP, 2007, 2024
    Posts
    16,391

    Re: manual J program

    Using an .ods file extension, and other clues in your post, it seems that you might be wanting this to be usable across multiple spreadsheet platforms (Excel, LO Calc, Apache Calc, others). If this is true, then I think you will want to avoid VBA, because relying on VBA macros will pretty much lock you into Excel only. IMO, if you want the broadest compatibility across spreadsheet platforms, you need to avoid any macro language and try to program the spreadsheet using only spreadsheet formulas (being aware of which formulas are universally available and which are not). Once you start writing macros (in whatever language you choose to write them), you make cross-platform compatibility more difficult.

    If you decide that you do need to move some of the programming to other languages, you might consider languages like javascript over VBA. Most spreadsheets have support for javascript as a macro language (Google sheets might only support javascript as a macro language).

    All of that assumes that cross spreadsheet compatibility is important. If not, then we can work on an Excel specific application, but it's probably important to decide just how important cross platform compatibility is to your project, before we start proposing solutions that will only work in Excel.
    Quote Originally Posted by shg
    Mathematics is the native language of the natural world. Just trying to become literate.

  2. #2
    Registered User
    Join Date
    03-23-2022
    Location
    Omaha, NE
    MS-Off Ver
    2010
    Posts
    18

    Re: manual J program

    Fair point. accessibility is pretty up there as I would like anyone to be able to use this. But at the same time, being open source, anyone would be able to make changes down the road. Functionality would be top priority at this point so I will use whatever language I'm told.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. [SOLVED] Calc set to manual with VBA!
    By Keibri in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 12-23-2016, 09:35 AM
  2. Trying to count rows from manual page break to manual page break
    By LuckoftheLefty in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 10-02-2014, 06:53 AM
  3. VBA-How to program sizing and placing Excel window at the start of the program
    By dr.prakash in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 11-17-2013, 11:45 PM
  4. Need someone to program / help program a VBA / Excel Macro
    By JoeMcDome in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 09-04-2013, 04:03 PM
  5. Find program line and Run program from defined line
    By Saurabh guddu in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 06-12-2012, 11:01 AM
  6. NPV vs Manual NPV
    By karaf in forum Excel General
    Replies: 3
    Last Post: 04-16-2010, 08:35 AM
  7. photoshop manual?
    By seababy in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 10-04-2006, 01:47 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1