My apologies for asking for help but I’m running into a lot of “Page Not Found” and some depricated text so I’m not certain I can do the following:
I add a column of values in a listbox (you help appreciated) and now would like to enter the value derived from the addition into a specific cell in a list box separate from the first used to calculate the value. I have tried the following code:
ListBox.CellValueAt(Row Number as Integer, Column Number as Integer
ListBox1.Cell(1,1) = I tried text, the result as an integer with no results.
ListBox1.Cell(0,1) = str(x)
There is a lot of information of adding rows to list box but what I’m trying to do is insert number values into existing list box cells? Maybe it can’t be done and that is my problem.
Any help or direction as to where to find information or code would be appreciated. Thank you again.
3 posts - 2 participants