Posts by Roberto Santos • 203 points
2 posts
-
2
votes4
answers11775
viewsA: Dynamically set the Excel column size
In similar code, I was able to adjust the -range header cells ("A1:Z1") - correctly. Before performing the autofit command, you must configure the cells for automatic line feeding (.wrapText), and…
-
8
votes1
answer410
viewsQ: Matrix parameter passing error
I am trying to understand the function of pointers for an array. For this, I have elaborated the small program below. I made some mistake, because, in the indicated line, error is occurring…