I am having trouble with building my user form keep getting Run Time Error -2147024809 (80070057). Not sure why. It happens when I try to add values, i have the button I made green on form frmOut.
I am having trouble with building my user form keep getting Run Time Error -2147024809 (80070057). Not sure why. It happens when I try to add values, i have the button I made green on form frmOut.
listbox references are base zero - you need to take one off your y value
![]()
addme.Offset(0, y) = Me.lstOutput.List(x, y - 1)
Torachan,
Mission statement; Promote the use of Tables, Outlaw the use of 'merged cells' and 'RowSource'.
Thanks. That worked.
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks