I was finally able to make the code shown above work. But scope turned out to be tricky.
I had to find the right place to put:
Set pm = CreateObject("PlanMaker.Application")
Search found 12 matches
- Sun Aug 27, 2023 11:27 pm
- Forum: BasicMaker 2021 for Windows
- Topic: Defining Named PlanMaker Range From BasicMaker
- Replies: 1
- Views: 5632
- Sat Aug 26, 2023 8:51 pm
- Forum: BasicMaker 2021 for Windows
- Topic: Defining Named PlanMaker Range From BasicMaker
- Replies: 1
- Views: 5632
Defining Named PlanMaker Range From BasicMaker
I know how to define named ranges in PlanMaker but I would like to do it within Basic Maker.
Something like:
Dim ChrSet As Object
Set ChrSet = pm.Range("C9:K9")
I haven't been able to make anything like this work.
Something like:
Dim ChrSet As Object
Set ChrSet = pm.Range("C9:K9")
I haven't been able to make anything like this work.
- Tue Dec 20, 2022 4:45 pm
- Forum: BasicMaker 2021 for Windows
- Topic: Adding Cells To A Named Range in PlanMaker
- Replies: 2
- Views: 7267
Re: Adding Cells To A Named Range in PlanMaker
Nearly 3 years later I still have the same problem.
Is there any way in BasicMaker for PlanMaker to simulate the "ReSize" capability in Excel VBA?
Thanx
Is there any way in BasicMaker for PlanMaker to simulate the "ReSize" capability in Excel VBA?
Thanx
- Sat Sep 10, 2022 7:34 pm
- Forum: BasicMaker 2021 for Windows
- Topic: Adding Cells To A Named Range in PlanMaker
- Replies: 2
- Views: 7267
Adding Cells To A Named Range in PlanMaker
I wish there was a way to add additional cells to a named range in PlanMaker via BasicMaker.
Perhaps something like "Blk1.Columns.Add(5)" would add 5 more columns to the right of the named range "Blk1".
Perhaps something like "Blk1.Columns.Add(5)" would add 5 more columns to the right of the named range "Blk1".
- Sun Aug 14, 2022 5:53 pm
- Forum: BasicMaker 2021 for Windows
- Topic: Invoking Plan Maker Formulae From Basic Maker
- Replies: 2
- Views: 6417
- Thu Aug 11, 2022 4:36 pm
- Forum: BasicMaker 2021 for Windows
- Topic: Invoking Plan Maker Formulae From Basic Maker
- Replies: 2
- Views: 6417
Invoking Plan Maker Formulae From Basic Maker
How do I invoke formulae from Plan Maker in Basic Maker code?
For example, "=DECIMALS(1.235)" in a cell of Plan Maker yields 0.235.
But n =DECIMALS(1.235) in Basic Maker results in "Sub or function not defined: DECIMALS"
Thanks.
For example, "=DECIMALS(1.235)" in a cell of Plan Maker yields 0.235.
But n =DECIMALS(1.235) in Basic Maker results in "Sub or function not defined: DECIMALS"
Thanks.
- Tue Aug 09, 2022 6:57 pm
- Forum: BasicMaker 2021 for Windows
- Topic: Setting Cell Alignment in Plan Maker From Basic Maker
- Replies: 2
- Views: 6405
Re: Setting Cell Alignment in Plan Maker From Basic Maker
Thanks. I just found it. Don't know how I missed it before in spite of several searches.
- Tue Aug 09, 2022 6:08 pm
- Forum: BasicMaker 2021 for Windows
- Topic: Setting Cell Alignment in Plan Maker From Basic Maker
- Replies: 2
- Views: 6405
Setting Cell Alignment in Plan Maker From Basic Maker
How can I set the Horizontal Alignment of a Range in Plan Maker with Basic Maker code? I'm guessing something like:
pm.Range("B2:F5").HorizontalAlignment = Centered
But I can't find an answer in the manual.
Thanks.
pm.Range("B2:F5").HorizontalAlignment = Centered
But I can't find an answer in the manual.
Thanks.
- Sun Jan 30, 2022 10:31 pm
- Forum: BasicMaker 2021 for Windows
- Topic: Generating Random Number In BasicMaker
- Replies: 1
- Views: 6149
Generating Random Number In BasicMaker
Is there a function to generate a random number?
- Fri Sep 03, 2021 6:32 pm
- Forum: PlanMaker 2021 for Windows
- Topic: Cell reference in MAXIFS() Function
- Replies: 2
- Views: 2210
Re: Cell reference in MAXIFS() Function
I suspect the answer is that the Criterion can't use a cell reference. Correct?
- Fri Sep 03, 2021 12:17 am
- Forum: PlanMaker 2021 for Windows
- Topic: Cell reference in MAXIFS() Function
- Replies: 2
- Views: 2210
Cell reference in MAXIFS() Function
In the "Income" col of the IRS tax table, "Table1", I want to find the largest value that doesn't exceed the value in cell G17. This works: =MAXIFS(Table1[Income],Table1[Income],"<147492") This doesn't: =MAXIFS(Table1[Income],Table1[Income],"<G17") Cell G17 is...
- Tue Aug 24, 2021 9:50 pm
- Forum: SoftMaker Office 2021 for Windows (General)
- Topic: Removing Old Versions of Office
- Replies: 1
- Views: 1689
Removing Old Versions of Office
I have the professional versions 2016, 2018 & 2021 all installed on my Windows 10 machine. Can I remove the 2016 & 2018 versions without impacting the 2021 version?