In Libre Office Basic Macros, is there an equivalent function to the spreadsheet function column()?
I’ve been looking around all day using google, but all I can find are very complex multi-line “solutions” that sometimes I’m not even sure what they are solutions for.
Anyway… returning the column of the current cell has to be something very basic and common that I’m figuring there must be some function call in LO Basic already that returns this in a very straightforward manner.
My macro needs to make a decision based on the column of the currently-selected cell
Something like:
Do While column() = 3
…
…
Loop
(and BTW, the Captcha at the bottom keeps showing up in a different language)