Using BasicMaker for Sorting

Post Reply
JB in Nevada
Posts: 4
Joined: Wed Jul 28, 2021 7:29 pm

Using BasicMaker for Sorting

Post by JB in Nevada »

Hello, people. Well, I am lost with this.
I'm writing a BasicMaker script that sorts a simple sheet on Column 3, which is is in the Date format.
First, how the heck do you get it to open a filename with spaces in it?
C:\Users\WIN 10\Documents\Bills Due.xls
OK, so I can open this outside of BasicMaker, and go from here....
Dim pm as Object
Set pm = CreateObject("PlanMaker.Application")
pm.Application.Visible = True
MsgBox pm.Application.Name
pm.ActiveSheet.Range("A1:F36").Range("A4:F36").Select
This gets me to the point where I can do my required sort. SO:
How do you get it to do the sort in Basicmaker?
thank you so mush for any help.
John
SuperTech
SoftMaker Team
SoftMaker Team
Posts: 2933
Joined: Wed Mar 11, 2020 5:31 pm

Re: Using BasicMaker for Sorting

Post by SuperTech »

Currently, sort function is not available in BasicMaker, but I have forwarded this as a feature request to our developers team.
Post Reply

Return to “PlanMaker 2018 for Windows”