Тёмный

The Ultimate Guide to Copying Data using Excel VBA 

Excel Macro Mastery
Подписаться 86 тыс.
Просмотров 67 тыс.
50% 1

Опубликовано:

 

27 сен 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 111   
@vpires70
@vpires70 2 года назад
The amount of knowledge shared in this vídeo for free is insane! It is sad I can only press like once!!
@Excelmacromastery
@Excelmacromastery 2 года назад
Thanks. Glad you like it so much!
@CollDott
@CollDott Год назад
You could use vba to generate as many accounts as you like and press like however time you need to satisfy that urge!!
@tomharrington1453
@tomharrington1453 2 года назад
I have to watch these videos in 10 minute segments. There is so much valuable information I can't take it all in. I can see direct application for all of it.
@albireocygnus559
@albireocygnus559 5 месяцев назад
I'm always impressed with your crisp clear explanations and always can learn something new. Simply excellent!
@reng7777
@reng7777 Год назад
I've been following you since long time ago, and all your videos have a great and professional content !!! I can say compare to others VBA youtubers you are the best to know more each of the concepts applied in VBA with clear examples. my hat off to you amigo!!!!
@Excelmacromastery
@Excelmacromastery Год назад
Thanks Rene
@FulvioGaggioli
@FulvioGaggioli 2 года назад
Your Excel knowledge is amasing!
@rmscrisostomo
@rmscrisostomo 2 года назад
You're the best, Phill Collins. kidding, I'm really a fan of your work.
@rsnowdozer
@rsnowdozer 2 года назад
I didn't know about the ”ADO" method. It looks pretty simple. That's cool. 👍
@Excelmacromastery
@Excelmacromastery 2 года назад
Glad you like it.
@Suissair
@Suissair 2 года назад
Everybody learning vba should see this video.. Thank you very much!! I would like to add the filter results to a listbox and then sort my Lb(column 'x') (a-z) ?
@Excelmacromastery
@Excelmacromastery 2 года назад
Thanks Suissair
@frikduplessis8849
@frikduplessis8849 2 года назад
Paul thank you for a brilliant tutorial
@Excelmacromastery
@Excelmacromastery 2 года назад
You're welcome Frik
@freeliberalminds
@freeliberalminds 2 года назад
Wow! Awesome tutorial. Thanks a lot for this video tutorial for free sir Paul.Very Helpful tips from You.
@armotxa124
@armotxa124 2 года назад
Thank you Paul. Your codes are just lovely 👍 fast. I use them often. 👌
@Excelmacromastery
@Excelmacromastery 2 года назад
Thanks Armo
@adrisanme2010
@adrisanme2010 2 года назад
Extremely useful powerful code, thank you!!!
@grahamparker7729
@grahamparker7729 2 года назад
Loved this one, keep them coming!
@Excelmacromastery
@Excelmacromastery 2 года назад
You're welcome Graham.
@thesilverkey
@thesilverkey 10 месяцев назад
John, thank you. Where does the FROM Data$ bit come from? Ahhhhh, it's the sheet name. Nevermind. is sheet.name and are are the Row1 Headers. Got it. Thanks again!
@neronjp9909
@neronjp9909 3 месяца назад
Thx so much!! Great video
@michaelsvenson2456
@michaelsvenson2456 11 месяцев назад
I´m not a programmer in any way, just doing some stuff for my archeryclub, but this thing you do is amazing. I will try to use some of your code if I can make it to run as I like. Great videos.... 🙂
@SimpleExcelVBA
@SimpleExcelVBA 2 года назад
ADO is my favourite method to get a data from other Excel file, CSV file or data base for a long time. The speed of this method depends of the size of the file, format/extension and of the complexity of the query, but, at least for my needs, imo it is very, very fast solution.
@Excelmacromastery
@Excelmacromastery 2 года назад
Thanks for the feedback
@jerzykepinski
@jerzykepinski 2 месяца назад
this was so good
@big1975E
@big1975E 2 года назад
I’ve learned so much from your videos!! One question… how would I use ADO to update existing records in another workbook and add new records from data in the active workbook in one query?
@mswordexpert
@mswordexpert 2 года назад
Waaaaawwww I wish I could do something more than just a Like👍👍 You are a phenomenon.
@Excelmacromastery
@Excelmacromastery 2 года назад
Thanks😀
@pedrovischi6208
@pedrovischi6208 2 года назад
Tks Paul to share another Great tutorial. Just one point here about the last method, SQL, the excel file, meaning the sheet to query data, shall be structured as database, in case not, errors might happen.
@Excelmacromastery
@Excelmacromastery 2 года назад
Yes. Must be in record format.
@logic3686
@logic3686 2 года назад
Great video. I've used the ADO method before generally use the power query to pull the data from another file. Your method is probably quicker, but it might make a great video comparing the speed.
@Excelmacromastery
@Excelmacromastery 2 года назад
Thanks for the feedback.
@aydeediaz2307
@aydeediaz2307 Год назад
Hi! thanks for the great video! what if 1. I want to copy the data UNTIL query is refreshed or 2. ONLY if there are not blank cells and do a loop until the data es fill
@pratipbanerjee68
@pratipbanerjee68 11 месяцев назад
Great Video. I have used the FOR loop. The data gets copied to the new sheet but the formatting of the original source is not retained. Also the cell borders are blank. How to solve these two issues pse?
@giulianopierucci2903
@giulianopierucci2903 2 года назад
Really very interesting, thanks Paul
@benkyree2272
@benkyree2272 2 года назад
Hi, thanks so much for sharing your knowledge, really useful! Can I just ask what you meant by not being able to alter and append data for advanced filter? I didn’t quite get that part. Thanks!
@Excelmacromastery
@Excelmacromastery 2 года назад
Hi Ben, 1. Append - when you run it a second time it would add to the existing data. There isn't an option to do this. 2. Alter data - e.g. If you want to perform some calc before writing put the results.
@narendramishra3503
@narendramishra3503 2 года назад
Thanks for the video. I wanted to ask two doubts. 1) How do we retain background colour and other formatting when we save a new excel sheet after some conditional formatting from older sheet. 2) How to keep comparing the new sheet with older sheet so that when a new entry satisfies the condition directly comes into our new sheet and if any entry doesn't satisfy condition will get out from the sheet.
@pratipbanerjee68
@pratipbanerjee68 11 месяцев назад
I have the same doubt
@idaeinjaw2139
@idaeinjaw2139 2 года назад
best tutorial ever.
@Excelmacromastery
@Excelmacromastery 2 года назад
Thanks Ida
@KM-co5mx
@KM-co5mx 2 года назад
Thank You for another awesome video! I always look forward to these 🤗
@Excelmacromastery
@Excelmacromastery 2 года назад
Glad you liked it.
@MrJbasinger
@MrJbasinger 2 года назад
Nice video. I have been searching for some code that when I select a row of data in one sheet (any cell of a row) it would first clear specific cells in a second sheet and then fill it with the data of the newly selected row (like data from a table into a form). Can you help? Also, do you recommend any books or forums that I could use a reference on VB coding language.
@nadermounir8228
@nadermounir8228 2 года назад
Thank you very much for this very informative video. A quick question: why do use tempdatarow = 1 to 1. Why the row is 1 in the array parts? Minute 15 of the video ? thank u so much
@Excelmacromastery
@Excelmacromastery 2 года назад
I copy a row of the array to the temp array which is one row. Then I write the entire row to the worksheet. This runs faster than writing each cell to the worksheet.
@nadermounir8228
@nadermounir8228 2 года назад
@@Excelmacromastery what confuses me is that if tempdatarow has 1 row of the data then how come it will be able to write all the rows in the worksheets ? In other words, tempdatarow will consist of one row of data only and so it will spit out that first row of data only in the sheet and not the whole rows of data ? Isn't?
@AdautoAraujo
@AdautoAraujo Год назад
Simply amazing!!
@АнтуанДеляМоль
@АнтуанДеляМоль 2 года назад
I wish i could to join to the webinar, but our goverment, visa and mastercard make it impossible. Thanks for this video.
@paulmacabasco7592
@paulmacabasco7592 2 года назад
Hi, i am new to VBA, thanks for uploading. your videos are great and very helpful, For For Loop & Range; i just want to ask if how can i identify and copy the first row only.
@jaimesastre6393
@jaimesastre6393 2 года назад
Thank You John. Very interesting, especially the two last parts. One question concerning the ADO SQL: The form seems a little specific. For example using "&". Is there a reference to know the different syntax? Thanks 👍
@cvdung06
@cvdung06 2 года назад
Thanks a lot, this video is stunning.
@Excelmacromastery
@Excelmacromastery 2 года назад
Thanks John.
@alializadeh8195
@alializadeh8195 Год назад
Thanks
@530MadCat
@530MadCat Год назад
Interesting... I like current region. What if I need data from a bunch of different locations? My employer is using excel to collection data points but its built for the floor personnel not in data format (row/column) . I'm currently using find/findnext to location indicator data to find the KPIs. Thoughts?
@shivangi24177
@shivangi24177 Год назад
I am copying the filtered data from one workbook to another using arrays.I have used the following line in j loop: ThisWorkbook.Worksheets("Data").Cells(outRow,j)= data(i,j) but the data is not being copied in my current workbook Please help!
@josealvesferreira1683
@josealvesferreira1683 2 года назад
Very good.
@4txx
@4txx 2 года назад
I have used ADO method for a long time now. It is very useful but it always bugged me due to two things. Text values will be cutoff at 255 characters, and you can not really cast column format. It sometimes turns numbers to text, and just prints blank column as it tries to turn text into numbers. Did anybody have workarounds to these two things?
@4txx
@4txx 2 года назад
Also SQL used is from Access SQL which is very old and has limited number of basic commands.
@robertwide6592
@robertwide6592 2 месяца назад
nice
@june4403
@june4403 Год назад
Hi. I have a VBA code for copying & pasting an entire row if a condition is met in one cell. I am pasting into a different worksheet in the same workbook. Everything is working except one of my cells. The formula is being copied instead of the value. I have tried the paste special (xlpastevalues) but that's isn't working. I just replaced the word paste w/ the paste special code. Do I need to add anything else to my code other than this? Thank you in advance.
@VBASqlAccessPowerApps
@VBASqlAccessPowerApps Год назад
use range("rangename ").pastespecial paste =xlpastevalues like Range("A1:B3").Copy Range("C1").PasteSpecial Paste:=xlPasteValues
@TheRaf87
@TheRaf87 Год назад
Hey John, great video. One question, can you use advance filter to copy data to a table that has dynamic address?
@big1975E
@big1975E 2 года назад
I tried using ADO to query from the active workbook and I can’t open the connection. I get a Cannot update. Database or object is read-only. error message. How do I fix this? The workbook isn’t opened in Read Only mode.
@peterwooldridge7285
@peterwooldridge7285 2 года назад
A really great vid
@Excelmacromastery
@Excelmacromastery 2 года назад
Thanks Peter
@shivangi24177
@shivangi24177 Год назад
I have 2 workbooks Source workbook- Sheet1 contains sample data Destination Workbook- Sheet2 is empty It has a button ,which when clicked should filter the data from Sheet 1 to Sheet 2 I am getting error: 438 While debugging,it is giving error in the following line: Set sheet =book.Workbook("Sheet1") Please help!!!!
@Excelmacromastery
@Excelmacromastery Год назад
Book.Worksheets("sheet1")
@shivangi24177
@shivangi24177 Год назад
@@Excelmacromastery Thankyou I am copying the filtered data from one workbook to another using arrays.I have used the following line in j loop: ThisWorkbook.Worksheets("Data").Cells(outRow,j)= data(i,j) Please help!
@rrrraaaacccc80
@rrrraaaacccc80 6 месяцев назад
💯👍
@ExcelInstructor
@ExcelInstructor 2 года назад
Hi John, do you have expirience working with VBA related to SAP? I do have an issue, when i use special sap option to generate data it gets put into the excel, however i cannot get the instance or name with that workbook. Thisworkbook.Path also shows no tring or text, yet im trying to automate getting data from this report and I need to save the workbook. Do u have maybe any idea how to do it?
@francoismarsau6412
@francoismarsau6412 2 года назад
Great video. I learn more every day from this channel. In this video you mentioned that the down side to the advanced filter is it gets slow the more frequently you use it. Why is this? Is there a solution? Please assist as I love using advanced filters.
@hedigson2586_
@hedigson2586_ 2 года назад
Hi Mr. Its possible write code from a normal module inside a event, for example write code inside open event that object thisworkbook or write code inside event selectionChange the sheet object... all than since standar module... Thanks Hola amigo, saludos desde venezuela. Es posible escribir codigo desde un modulo normal dentro del evento de un objeto como por ejemplo el evento Open del objeto thisworkbook o en el Evento SelectionChange del objeo sheet. todo desde un Modulo... Yo he logrado hacerlo, creando el evento desde el módulo. lo que no he logrado hacer es escribir o validar si el evento ya esta creado o no... Saludos..!
@hammeedabdo.82
@hammeedabdo.82 2 года назад
Thank you Mr. Paul, 1- Can the Excel add-in be programmed in another programming language such as C#, C ++ , Python or only through VBA? 2- Can we replace VBA in Excel with C#? If it is impossible, why not?
@Excelmacromastery
@Excelmacromastery 2 года назад
You can use C#/C++ with VSTO(Visual Studio). You can use Python but it requires third-party tools to connect with Excel. VBA comes with Excel - no extra tools required.
@jbinmd
@jbinmd 2 года назад
Is ADO the only one that won't run on Mac?
@Excelmacromastery
@Excelmacromastery 2 года назад
ADO is the only one that uses an external library.
@scotolivera8207
@scotolivera8207 2 года назад
Link for source code is not working
@Excelmacromastery
@Excelmacromastery 2 года назад
Hi Scot. I checked the link and it works fine. What issue are you having? Ensure that you are not using any pop-up blockers.
@jamesdarylvelarde9343
@jamesdarylvelarde9343 2 года назад
Office script 🥺
@Excelmacromastery
@Excelmacromastery 2 года назад
Learn how to write real-world Excel VBA code: 👉courses.excelmacromastery.com/ I hope you enjoy my latest video. Make sure to download the source code from the link in the description and let me know in the comments which part you found most interesting.
@TheGhurabah
@TheGhurabah 8 месяцев назад
lost me - needs to be more simple
@neronjp9909
@neronjp9909 3 месяца назад
Thx so much!! Great video
@adrisanme2010
@adrisanme2010 2 года назад
Thank you very much for the extremely powerful code
@mdbm500
@mdbm500 2 года назад
Thanks. my colleagues and I did it ineffectively, but now I know how to do it correctly.
@Excelmacromastery
@Excelmacromastery 2 года назад
Glad you found it useful
@rahul7rock
@rahul7rock 2 года назад
Beautifully Explained Sir🙂
@Excelmacromastery
@Excelmacromastery 2 года назад
Thanks Rahul.
@bayurukmanajati1224
@bayurukmanajati1224 2 года назад
Well, this is great. ADODB come to rescue with complicated database thing. But personally, I would love to use VBA cleanly without too many much additional reference activate. This is also include FSO library, where I tends to use Open method rather than streaming file into FSO.
@Excelmacromastery
@Excelmacromastery 2 года назад
Thanks Bayu.
@jimfitch
@jimfitch 2 года назад
Your best tutorial yet on this topic! Thanks!
@Excelmacromastery
@Excelmacromastery 2 года назад
Glad you liked it Jim.
@neronjp9909
@neronjp9909 3 месяца назад
Thx so much!! Great video
@joaocustodio2094
@joaocustodio2094 2 года назад
Great as always. Thanks vert much, Paul.
@Excelmacromastery
@Excelmacromastery 2 года назад
You're welcome
@kukuhwahyurinaldi6288
@kukuhwahyurinaldi6288 Год назад
Always great n structured explanation. The only Channel that will give enhancement knowledge. Allow me to ask U Something Mr Paul.. Is there any limit when using Turn on n turn off (app. Calculation manual then automatic, app.enableevents false then True) in a entry n record data ? Thank 4 ur answer 🙏
@scotolivera8207
@scotolivera8207 2 года назад
Great content as always, it would be nice if you could cover working with custom xml parts as addition hidden storage
@Excelmacromastery
@Excelmacromastery 2 года назад
Thanks Scot, I'll keep it in mind.
@flance4011
@flance4011 11 месяцев назад
Wonderful
@mr.write1433
@mr.write1433 9 месяцев назад
i cant stop thanking broooooo my sheet is so fast now mygooodnesss
@maverickxyph239
@maverickxyph239 Год назад
Thank you. These are lovely codes :-).
@hadibq
@hadibq Год назад
Simply awesome!! Thanks Paul!
@hammeedabdo.82
@hammeedabdo.82 2 года назад
Thank you for this video, Is VBA faster then Python,c++ or c# ?
@Excelmacromastery
@Excelmacromastery 2 года назад
It's not possible to say because it depends on so many factors like the code you are using, the task being completed etc. VBA is very fast for processing data and suit be fast enough for anyone's needs.
@amazingpen
@amazingpen 2 года назад
The ADO method can be used if the row data over 65k lines?
@Excelmacromastery
@Excelmacromastery 2 года назад
Yes, should work fine.
@hasanmougharbel8030
@hasanmougharbel8030 2 года назад
Hello dear, God bless your efforts. I am a totally newbie vba learner. I come to play with that code and have a simple enquiry. How could i amend this code so that i can return all generated workbooks, inside a folder by which the code is run. Thanks a lot Sub test() Dim rg As Range, i As Long, wb As Workbook Dim vNames As Variant, v As Variant Set rg = Workbooks("All raw data.csv").Worksheets("All raw data").UsedRange 'get unique names With CreateObject("Scripting.Dictionary") For i = 2 To rg.Rows.Count .Item(rg.Cells(i, 1).Value) = Empty Next i vNames = .keys End With For Each v In vNames ThisWorkbook.Worksheets("Sheet1").Copy Set wb = ActiveWorkbook wb.SaveAs v, 51 rg.AutoFilter 1, v rg.Offset(1).Columns("A").SpecialCells(xlCellTypeVisible).Copy wb.Worksheets(1).Cells(2, 1) rg.Offset(1).Columns("U").SpecialCells(xlCellTypeVisible).Copy wb.Worksheets(1).Cells(2, 2) rg.Offset(1).Columns("Q").SpecialCells(xlCellTypeVisible).Copy wb.Worksheets(1).Cells(2, 3) wb.Save Next v End Sub
@Ron-el6zh
@Ron-el6zh 3 месяца назад
Please ignore my request for help, I worked out the issue, I used the wrong sheet name.
Далее
Barno
00:22
Просмотров 341 тыс.
10 Years of VBA Array Knowledge in 40 Mins
41:57
Просмотров 19 тыс.
How to get the Last Row in VBA(The Right Way!)
15:41
Просмотров 160 тыс.
The 7 Keys Areas of Excel VBA (with code examples)
28:00
Use Excel VBA to Read API Data
20:48
Просмотров 138 тыс.
5 VBA Hacks Everyone Should Know in 2021
11:20
Просмотров 91 тыс.
Barno
00:22
Просмотров 341 тыс.