Thanks for sharing the, can we avoid to adding duplicate data based on values in specific column?
@sigmatabs98142 жыл бұрын
It really helped sir, Thanks for your video.
@ExcelDestination2 жыл бұрын
Welcome
@Hash_Mohd3 жыл бұрын
Excellent..... but sir is it possible to selected different columns ranges in the same sheet for different years Ex 2019 jan to dec, 2020 jan to dec... So on
@ExcelDestination3 жыл бұрын
Yes, definitely
@elijahsmart60102 жыл бұрын
Thanks, Sir. But please help me with the excel work so that we can get access to the code.
@chanmonanrie68983 жыл бұрын
When I click the Transfer Data button, this message box pops up "Compile error: Variable not defined". The Code is exactly the same as in your video. Any solution for this?
@AP-rv1qn2 жыл бұрын
i have the same, he needs to define his variables.
@chanmonanrie68983 жыл бұрын
Can Search command be added in this form to search from both pages?
@LizzieW713 жыл бұрын
I used this and it worked well within the same workbook. How do I get the userform to add data to another workbook?
@gajananpore47463 жыл бұрын
Nice explanation, thanks
@ExcelDestination3 жыл бұрын
welcome
@c.kattenberg92794 жыл бұрын
dir sir, when the target sheets are protected sheets do you know the vba code? Thanks Chris from Holland
@ExcelDestination4 жыл бұрын
you can take help from below given tutorial : kzbin.info/www/bejne/d3aWg2iNfMyXgMU
@c.kattenberg92794 жыл бұрын
@@ExcelDestination thank you sir, but this video is about protected or unprotected all sheets, my question is is there any code to protected or unprotected only the target sheet? ?
@heyaedhiii Жыл бұрын
Hi. How do I use this form for the newly added sheets? I mean, how does the combobox automatically detect the new sheets added when we export new data into a workbook?
@unuskpm2 жыл бұрын
Thank you so much sir, I have one query, I have formatted Table with Total Row enabled in each Worksheet. As per your code data is being transferred to the next available empty row after Total Row. How to add data before Total Row. Please help me.
@BedtimeRomance3 жыл бұрын
can u pls put the link to download this File ???
@muraliiyer78505 жыл бұрын
nice learning I have huge data file want to split into two or three sheets, some of the fileds are common for all the two/three sheets, can u guide how to do vba coding.
@ExcelDestination5 жыл бұрын
If you have this Project and want expert support, you can write email to exceldestination@gmail.com
@chadsummers65655 жыл бұрын
Very useful info...Thank you for sharing!!!
@dairy8313 жыл бұрын
I'm having issues with your code last row = ActiveSheet.Cells(Rows.Count, 1).End(x1Up).Row
@sameeharox9 ай бұрын
try "A" for column number (instead of 1), and it's xlUp (the letter "l" and not number "1").
@saimusic95843 жыл бұрын
Sir how to add search and update button in this userform
@TheKlajmaS4 жыл бұрын
Awesome guide!
@munnanurvenkat90143 жыл бұрын
Super sir. But update data and delate row data format plage video sir
@mgpkumar91903 жыл бұрын
Sir, Could you do a project on Tree view control on user form in excel!
@saupham81925 жыл бұрын
This code works for table format Thanks
@CMP13073 жыл бұрын
Do you have a version of this form that allows you to use existing data (sheet 1) to specific sheets within the work book. For example, I have 100 students who are listed on sheet 1, and I want to move some of these students to sheet 2, some to sheet 3, some to sheet 4. Kind Regards, Craig
@naveedasghar30224 жыл бұрын
Can we transfer data to different column instead of different sheet ?
@ExcelDestination4 жыл бұрын
yes
@naveedasghar30224 жыл бұрын
@@ExcelDestination then kindly guide us what will be the coding for that !! if possible make a video. thanks & Regards
@tcyaw00114 жыл бұрын
How about if we want to start the value from row 5 or any others rows?
@ExcelDestination4 жыл бұрын
you can use that in looping statement
@ebruhanim95625 жыл бұрын
very useful..thank you
@phillipspadaro22524 жыл бұрын
its not working for me, data is not being transferred to selected worksheet.
@ronolds65053 жыл бұрын
This is somewhat helpful. However, if you were to make the Excel file used in the demonstration video available, it would be much more useful.
@shambhoogupta85754 жыл бұрын
Hi Sir Good Morning, I always watching your videos and Learning Very Nice. Can you Tell me How to do Codeing if I want SEARCH and UPDATE In this Userform.plz... Thank you.
@shambhoogupta85754 жыл бұрын
Hi sir Can you Suggest me what Codeing work if i want to Search and Update Data in any specific Worksheet.plz
@ExcelDestination4 жыл бұрын
you can take help from following tutorial : kzbin.info/www/bejne/Z5zTg5Rmj5tgb8k
@shambhoogupta85754 жыл бұрын
Sir I am beginner .This tutorials are only for transfer data to specific sheet.If am Adding SEARCH and UPDATE command then.What will be CODE Plz Tell me... Thank you.
@sea-byeok70874 ай бұрын
can you teach me how to searh update with this project ? thank you
@onedaytradingcrypto27583 жыл бұрын
NICE ,LIKE TO LEARN THHIS ,BUT I DNT KNOW WHERE TO BIGEN
@MohAboAbdo6 жыл бұрын
Excellent vidéo , Thanks... Thanks.
@sahildarolya31893 жыл бұрын
Need Help it shows error 13 and make the line highlight "ActiveSheet.Cells(lastrow + 1, 1).Value = Serial_Number.Value"
@ExcelDestination3 жыл бұрын
Sorry sir vimal ji nahi rahe
@diya29095 жыл бұрын
Really sir very nice video...I would like to ask one question....if I want to check duplicate entry...suppose same phone number is exist in any sheet then how can we know about that sheet name and cell address before transferring the data plz guide me
@ExcelDestination5 жыл бұрын
Thanks for watching! there is another tutorial uploaded by me for preventing duplicate entries in excel using vba code. I hope that will help you. Link is : kzbin.info/www/bejne/r4G4dKtvfbmJrNE
@diya29095 жыл бұрын
Dear sir...it is not working...if I am using target sheet then it is not working...if I give use single sheet then it is working...sir if you don't mind then please give a code with taking the reference of this video.
@diya29095 жыл бұрын
Dear sir your video is very good and useful...I need your help in one area...in this userform I want to add search button and update button...when I search the particular data of particular sheet...I could able to update the data also...please provide the codes for that and how can we do that...it's very urgent sir.I will be highly obliged.
@souravsarkar164 жыл бұрын
Dear Sir, I will require help in that.. Please help us..
@Muzaffareng4 жыл бұрын
Dear Sir, Great work... I want to know about my problem if you can help me, 1. I have say 5 sheets 2. Every sheet has different data 3. I have created 5 data entry form 4. I have a master sheet where i have command button to show the form, where I have a label and a text box in which i shall insert the date that is common for all 5 sheets. 5. After date I have combobox with five sheet names, when I select a name from , its respective form must be open and transfer data from that form to selected sheet. I need your help or suggestion or modification if you can Regards
@ExcelDestination4 жыл бұрын
for any vba project, you can write to exceldestination@gmail.com
@chsaddam4 жыл бұрын
Excellent
@ExcelDestination4 жыл бұрын
Thanks
@coolag745 жыл бұрын
Very Good...
@josharouna5 жыл бұрын
Hello ! Please, how could you format TextBox3 so that the numbers transfered to spreadsheet would not be a string but an Integer ?
@royokinawa4 жыл бұрын
What if you want to modify data on the worksheets?
@ExcelDestination4 жыл бұрын
you can watch another tutorial for that at following link : kzbin.info/www/bejne/q4ivoXh6n7iSZpI
@DSureshKumar3 жыл бұрын
Perfect.
@ExcelDestination3 жыл бұрын
thanks
@DSureshKumar3 жыл бұрын
@@ExcelDestination sir i have two option button. One is Dr. And second is Cr. And for only one textbook I have. Now I want to entry data as per next row... How to do it.
@verky564 жыл бұрын
Are you able to send the VBA code to my email or paste a link where I can access it?
@ExcelDestination4 жыл бұрын
let me check , if I have this file.
@ttaMLowe5 жыл бұрын
It keeps entering data into the same cell, it doesn't move down a cell after data is entered. Any ideas?
@rcmizohranglung76094 жыл бұрын
Thats really good and clear guide..... Thanks... Can we transfer data to different column instead of different sheet ?
@naveedasghar30224 жыл бұрын
hi Hranglung have u got solution for what u asked ?
@sandip01_11 Жыл бұрын
Sir, How Can i add listbox in this userform?
@naveedasghar30224 жыл бұрын
Hi i must say productive lesson for excel students ! here i want to ask you after watching this video , suppose despite using first , second and third sheets how can we use one sheet where we make tables of first, second and third and transfer data with the help of combobox to specific cells ? i hope u get my question. regards
@aaravalan13553 жыл бұрын
I guess it is kinda off topic but do anyone know a good site to stream new series online ?
@yaelwallace89653 жыл бұрын
@Aarav Alan flixportal :P
@aaravalan13553 жыл бұрын
@Yael Wallace thank you, signed up and it seems like they got a lot of movies there :D I appreciate it !!
@yaelwallace89653 жыл бұрын
@Aarav Alan No problem =)
@hariomgupta46775 жыл бұрын
Sir please help i want to chage every time cell range when vba run plzz make user form which ask cell rang when vba run after vba run
@ExcelDestination5 жыл бұрын
that would require different code. If you need this code for your project. Please send me email at exceldestination@gmail.com Thanks!
@ruposhibanglatec67675 жыл бұрын
how to solve compiler error targetsheet because Variable not define pls help me
@ExcelDestination5 жыл бұрын
You can try by defining variable also. Cell Reference is easy in case you don't have programming background.
@bisiflora5 жыл бұрын
thank you so much for this
@sunilpant23395 жыл бұрын
Thank you for this informative video... But while I was running the code I was getting variable not defined error...i.e targetsheet and last row not defined.... When I defined it... the code ran successfully...just wanted to ask how come you didn't get the error as you have no where defined targetsheet and last row in your video... I am new to Excel Vba and userforms...so kindly clarify.....
@ExcelDestination5 жыл бұрын
I can not tell you where is the issue, you can send me your file at exceldestination@gmail.com
@VeasnaThiv4 жыл бұрын
hello sir how to search from sheet1 and sheet2
@ExcelDestination4 жыл бұрын
You can check another UserForm tutorial for Search, Display and add data. Link is given below : kzbin.info/www/bejne/eGWTXqmco7uUncU
@RJMKJey4 жыл бұрын
Thanks bro
@ajaymourya77754 жыл бұрын
It's a very useful sir, but i have a question❓ Can we write something according to searching any text that is written in any row or Column
@ExcelDestination4 жыл бұрын
Yes, you can
@nikhillodhiya3 жыл бұрын
Thank you so much sir ❤️ And one more question Is it possible to transfer same data to 2 specific sheets together ? If yes then please tell us how ?
@ExcelDestination3 жыл бұрын
you need to add code for two sheets. process is same.
@nikhillodhiya3 жыл бұрын
Codes also same ?
@nikhillodhiya3 жыл бұрын
@@ExcelDestination sir I did it same codes and same process but results is just data transfar only one sheet can't transfer to both sheets
@nikhillodhiya3 жыл бұрын
@@ExcelDestination because maybe userform is reset automatically when combobox1 selection sheet transferred right sir ?
@nikhillodhiya3 жыл бұрын
@@ExcelDestination sir can you please make a video of what i said ? please.. because i tried many times and also searched in youtube and also Google but not find any videos of what i want... please make a video for me if its possible 🙂
@vilaskamble20985 жыл бұрын
I try to do this but can, t. Debug for object. How is that?
@ExcelDestination5 жыл бұрын
without looking at your code. can't say anything. You can send me email at exceldestination@gmail.com
@karimhati43185 жыл бұрын
Hello brother please how can i insert my user form from VBA to my sheet ?
@GauravSharma-zx6ih5 жыл бұрын
Press Alt + F11 Go to Insert Click userform
@crazyfunnyvideo64775 жыл бұрын
Sir how we create excel page through user form in excel like a inventory software???
@mukhlisbuneri4 жыл бұрын
Thanks Sir... i need this in excel formate. need code.
@ExcelDestination4 жыл бұрын
let me check, if I have the original file. Pls. send me email at exceldestination@gmail.com
@alijahangir7125 жыл бұрын
i face error in this code i have type WorkSheet(TargetSheet).Active but it show me the Error how to fix it
@FaizurRahman005 жыл бұрын
Worksheet(Targetsheet).activate
@alijahangir7125 жыл бұрын
@@FaizurRahman00 its not a gramer error its a logical error
@FaizurRahman005 жыл бұрын
Share your complete code,
@alijahangir7125 жыл бұрын
@@FaizurRahman00 plz give me whatsapp no i will send u snapshot of the error
@ExcelDestination5 жыл бұрын
you need to use Worksheets("TargetSheet") instead of Worksheet(TargetSheet)..........there may be more error......however by looking at the line, I can say only this.
@alializadeh81952 жыл бұрын
Thanxx
@reeteshism4 жыл бұрын
Hello There, The code is working fine. However there is one issue. On the workbook which I've made there are two worksheets. The first one is named "HOME" and the 2nd is "RawData". To run the userform, one will have to click on a command button which is on "Home" worksheet. Whatever data is entered in the userform form, should copy in "RawData" worksheet. However, it's not happening. The userform is copying the data under "Home" worksheet. There is one more thing I've noticed. When I'm on "RawData" worksheet and runs the userform, by using developer tab, it copies the data correctly From the userform under the specified row and column in "RawData" worksheet. However it's not copying the data to "RawData" worksheet when I run the userform from "Home" worksheet. Instead its copying it on "Home" worksheet. Please guide me with the correct VBA coding, as I've tried changing the worksheet name as well on the VBA codes shown inthe video, but it didn't make any difference. Thanks.
@lalitpatil53753 жыл бұрын
SUBSCRIPT OUT ERROR WHAT CAN I DO
@casper38425 жыл бұрын
Not working when protected.
@ExcelDestination5 жыл бұрын
This is very simple. I am not sure, why it is not working for you. For Protected sheet, you need to unprotect your sheet through vba then it probably works.
@sangmeshwarkhurpe51095 жыл бұрын
Nice explanation, Everthing is correct mentioned in userform but still not activate the target sheet & transfer the data. Pls help.. May I share the file give me your mail id.
@stefanventer63565 жыл бұрын
Hi, did you get an answer? I have the following problem and hope you might be able to assist. I have followed the coding however, when I run the code, I get an "Application-defined or Object-defined error". I need help with this and would appreciate if someone can assist me
@georgethanos16615 жыл бұрын
@@stefanventer6356 Declare the variables after the line: Private Sub CommandButton1_Click() . dim TargetSheet as string, lastrow as long
@mafrazilyas5 жыл бұрын
@@georgethanos1661 kindly can you explain.... in my case debug this line "lastrow = ActiveSheet.Cells(Rows.Count, 1).End(x1up).Row" I don't know what is wrong here....
@georgethanos16615 жыл бұрын
@@mafrazilyas Hi, I am not in front of a pc..declare the variables "dim lastrow as long"..the code is End(xlup). I cannot distinguished if you write it correct
@mafrazilyas5 жыл бұрын
@@georgethanos1661 that was L instead of 1! Thank you so much for the help!