kjacw
Board Regular
- Joined
- Jun 29, 2010
- Messages
- 144
Hello all.
I am somewhat new to vba. I am familiar with some things. I am trying to create a count of how many books will be ordered. I have a form with a list of books on Formulario sheet (B16:B29). This list doesn't grow. The list of books changes from 1st to 12th grade. In A16:A29 is a range used by the user to indicate which book will be ordered by marking the cell with "P" (the cells are formatted so that the "P" translates to a check mark)
I have a macro that uses a different sheet (Libro) to fill a form and then send that data of books, name and which grade. I would like to know how can I create a macro to count how many books have been ordered. That is only the books with a mark next to it will be counted. I was trying to use something like a For Each loop with the count if VBA function.
Could this be possible and populate that info on the Libros sheet.
Thanks
I am somewhat new to vba. I am familiar with some things. I am trying to create a count of how many books will be ordered. I have a form with a list of books on Formulario sheet (B16:B29). This list doesn't grow. The list of books changes from 1st to 12th grade. In A16:A29 is a range used by the user to indicate which book will be ordered by marking the cell with "P" (the cells are formatted so that the "P" translates to a check mark)
I have a macro that uses a different sheet (Libro) to fill a form and then send that data of books, name and which grade. I would like to know how can I create a macro to count how many books have been ordered. That is only the books with a mark next to it will be counted. I was trying to use something like a For Each loop with the count if VBA function.
Could this be possible and populate that info on the Libros sheet.
Thanks