Pramod KLN
New Member
- Joined
- Dec 24, 2017
- Messages
- 3
Hi Every one,
I am a new member in to the family of Mr.Excel, and also new to VBA programming. I have created a workbook for Sales Data Entry. Which contains different worksheets, namely "Party Details" and month wise sheets for sales Data as Apr-17, May-Say and so on.
I have created a userform to enter customer details in to the worksheet "Party Details" and it is working fine.
I have created a userform for Sales Data Entry which picks Party Name from "Party Details" , other fields are S.No. Invoice Date Invoice Amount.
Now what I want is Whenever I Enter the Invoice Date, it should open that particular month Sheet, go to last row and update Next S.No, Invoice No, Invoice Date, Invoice Amount etc,,
Is it is possible to write VBA code for this?
I have created different sales sheets month wise only file monthly Sales Returns easily.
The otherway round is keep only worksheet for the sales Data entry and later filter month wise.
Thanking you in advance.
Pramod
I am a new member in to the family of Mr.Excel, and also new to VBA programming. I have created a workbook for Sales Data Entry. Which contains different worksheets, namely "Party Details" and month wise sheets for sales Data as Apr-17, May-Say and so on.
I have created a userform to enter customer details in to the worksheet "Party Details" and it is working fine.
I have created a userform for Sales Data Entry which picks Party Name from "Party Details" , other fields are S.No. Invoice Date Invoice Amount.
Now what I want is Whenever I Enter the Invoice Date, it should open that particular month Sheet, go to last row and update Next S.No, Invoice No, Invoice Date, Invoice Amount etc,,
Is it is possible to write VBA code for this?
I have created different sales sheets month wise only file monthly Sales Returns easily.
The otherway round is keep only worksheet for the sales Data entry and later filter month wise.
Thanking you in advance.
Pramod