![]() |
simple i am hoping with macros
simple macro help. in my macro i have this line :
entry2 = InputBox("What kind of modem is it?") If entry2 = "" Then entry2= but i'm stuck on the last part. what i am trying to accomplish here is if the user leaves the input box blank then entry2 will equal the vaule of the cell in the row above it in the same column....for example- user leaves input box blank so in c3 the value will be that of b3 |
simple i am hoping with macros
You can subtract one from the row number that you've calculated, and use
the entry in that row. Based on the macro you posted previously: If entry2 = "" Then entry2 = Cells(nextrow - 1, 2).Value chip_pyp wrote: simple macro help. in my macro i have this line : entry2 = InputBox("What kind of modem is it?") If entry2 = "" Then entry2= but i'm stuck on the last part. what i am trying to accomplish here is if the user leaves the input box blank then entry2 will equal the vaule of the cell in the row above it in the same column....for example- user leaves input box blank so in c3 the value will be that of b3 -- Debra Dalgleish Excel FAQ, Tips & Book List http://www.contextures.com/tiptech.html |
All times are GMT +1. The time now is 04:06 PM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com