Search found 12 matches

by Mennochio
Sun Aug 27, 2023 11:27 pm
Forum: BasicMaker 2021 for Windows
Topic: Defining Named PlanMaker Range From BasicMaker
Replies: 1
Views: 3311

Re: Defining Named PlanMaker Range From BasicMaker

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")
😒
by Mennochio
Sat Aug 26, 2023 8:51 pm
Forum: BasicMaker 2021 for Windows
Topic: Defining Named PlanMaker Range From BasicMaker
Replies: 1
Views: 3311

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.
by Mennochio
Tue Dec 20, 2022 4:45 pm
Forum: BasicMaker 2021 for Windows
Topic: Adding Cells To A Named Range in PlanMaker
Replies: 2
Views: 4657

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
by Mennochio
Sat Sep 10, 2022 7:34 pm
Forum: BasicMaker 2021 for Windows
Topic: Adding Cells To A Named Range in PlanMaker
Replies: 2
Views: 4657

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".
by Mennochio
Thu Aug 11, 2022 4:36 pm
Forum: BasicMaker 2021 for Windows
Topic: Invoking Plan Maker Formulae From Basic Maker
Replies: 2
Views: 4012

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.
by Mennochio
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: 3940

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.
:)
by Mennochio
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: 3940

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.
by Mennochio
Sun Jan 30, 2022 10:31 pm
Forum: BasicMaker 2021 for Windows
Topic: Generating Random Number In BasicMaker
Replies: 1
Views: 3814

Generating Random Number In BasicMaker

Is there a function to generate a random number?
by Mennochio
Fri Sep 03, 2021 6:32 pm
Forum: PlanMaker 2021 for Windows
Topic: Cell reference in MAXIFS() Function
Replies: 2
Views: 1654

Re: Cell reference in MAXIFS() Function

I suspect the answer is that the Criterion can't use a cell reference. Correct?
by Mennochio
Fri Sep 03, 2021 12:17 am
Forum: PlanMaker 2021 for Windows
Topic: Cell reference in MAXIFS() Function
Replies: 2
Views: 1654

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...
by Mennochio
Tue Aug 24, 2021 9:50 pm
Forum: SoftMaker Office 2021 for Windows (General)
Topic: Removing Old Versions of Office
Replies: 1
Views: 1235

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?

Go to advanced search