×

C TECH's video: Payment and Received Passbook Design in Microsoft Excel Fully Automatically

@Payment and Received Passbook Design in Microsoft Excel Fully Automatically
Create multiple accounts in excel just one click. Manage your account balance party by party in Microsoft Excel. Sheet Crate onetime, Time saving All Time. If you want to record your transactions in Excel then this seat is for you, Like you give money to any party or take money from that party, then you can record it, account will be created in your excel with different party name and balance of all party will be visible to you on main seat, You can also access the account of that party by clicking from the main sheet and enter the transaction entry. Code:- Function create_sheets() Dim i As Long, LastRow As Long, ws As Worksheet Sheets("Names").Activate LastRow = 16 For i = 1 To LastRow 'copy sheet from template Sheets("Template").Copy After:=Sheets(i) ActiveSheet.Name = Sheets("Names").Cells(i, 1) 'update dc number ActiveSheet.Range("b2").Value = ActiveSheet.Name Next i MsgBox "Done creating sheets" End Function Practices Sheet :- https://www.corelforbeginner.com

1.6K

106
C TECH
Subscribers
627K
Total Post
358
Total Views
3.4M
Avg. Views
23.7K
View Profile
This video was published on 2022-02-22 14:35:01 GMT by @C-TECH on Youtube. C TECH has total 627K subscribers on Youtube and has a total of 358 video.This video has received 1.6K Likes which are higher than the average likes that C TECH gets . @C-TECH receives an average views of 23.7K per video on Youtube.This video has received 106 comments which are higher than the average comments that C TECH gets . Overall the views for this video was lower than the average for the profile.C TECH #excel #passbook #ledgeraccount has been used frequently in this Post.

Other post by @C TECH