LittleRedOne
New Member
- Joined
- Nov 28, 2013
- Messages
- 4
Hi All,
I am fairly new to VBA and am trying to create a automated spreadsheet to record and display. I have managed so far to source and amend codes accordingly todo this but I have hit a wall.
As part of the spreadsheet I would like to include an issues log, whereby all problems that have not had a resolution date can be seen in a listbox and then the individual issues can be selected and viewed in a different user form.
I need to search column J of the spreadsheet for blank cells (within a range of rows that will keep growing) and then display the results of column B, H & I in a listbox. I would then like to be able to click any one of these results to display all the data in userform. Please can someone help me?
Many Thanks in advance
I am fairly new to VBA and am trying to create a automated spreadsheet to record and display. I have managed so far to source and amend codes accordingly todo this but I have hit a wall.
As part of the spreadsheet I would like to include an issues log, whereby all problems that have not had a resolution date can be seen in a listbox and then the individual issues can be selected and viewed in a different user form.
I need to search column J of the spreadsheet for blank cells (within a range of rows that will keep growing) and then display the results of column B, H & I in a listbox. I would then like to be able to click any one of these results to display all the data in userform. Please can someone help me?
Many Thanks in advance