Тёмный
XLorate by davesexcel
XLorate by davesexcel
XLorate by davesexcel
Подписаться
Fill PDF Form with excel data
10:04
2 года назад
Excel Insert Picture using VBA
14:07
2 года назад
Excel ,Change picture using formulas
5:57
2 года назад
Copy Ranges into outlook
5:10
3 года назад
Setting Date format on computer
0:29
4 года назад
Working with dates
6:12
4 года назад
Freezing rows and columns
2:29
4 года назад
Calculate wages with VLookup
7:31
4 года назад
PDF the worksheets
2:21
4 года назад
Open and pin excel to task bar
0:41
4 года назад
Select a picture with Data Validation
2:07
4 года назад
Time your Macro-Excel
2:01
4 года назад
Insert Rows Between Minutes
3:33
4 года назад
Dependant Data VAlidation
2:49
5 лет назад
Lookup UDF - Excel Help by XLorate
8:13
5 лет назад
Insert picture from Dropdown Menu
3:16
6 лет назад
Excel Help by XLorate
1:16
8 лет назад
Комментарии
@kanand7415
@kanand7415 7 месяцев назад
Sound is heard as a whispere
@toddmiller387
@toddmiller387 7 месяцев назад
You have no idea how much time you just saved me!!!!! Thank you so very much!!!!!
@laverdieremath
@laverdieremath 8 месяцев назад
Didn't think fo doing it that way. Thanks for the video!!
@user-tl7dm6tb8g
@user-tl7dm6tb8g 11 месяцев назад
Thank you for your video! Exporting data from my form to excel (.csv) I'm getting all my data to one cell. In your video they are in different coloums. What can I do to have them separatly as yours? Thank you in advance!
@click_gaming4277
@click_gaming4277 Год назад
Absolute Legend. This is after saving me big time. Had a massive concat that excel was giving me false positive dupes for. Cheers.
@charidimosargyris2639
@charidimosargyris2639 Год назад
Hello gals and guys ! How can I do the opposite ? I have the pdf certificate file, I have the excel file with 100 names. How can I join them and produce 100 pdf certificates with different name ?
@power-reconcile
@power-reconcile Год назад
Power PDF Filler for Excel looks like what you are looking for? ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-w6h7s8COkXA.html
@aaronreid4736
@aaronreid4736 Год назад
This is brilliant and helped me copy a group of rows from a hidden sheet to a my target sheet, many thanks!
@user-ep9rw6eh4h
@user-ep9rw6eh4h Год назад
F5 does not work in my worksheet!
@zeshankhan2455
@zeshankhan2455 Год назад
how to repeated rows X number of time in excel vba
@zeshankhan2455
@zeshankhan2455 Год назад
If I want to do repeatedly than waht I do?
@jerryreyes8994
@jerryreyes8994 Год назад
how would you do it so that i can select what picture and from what location to pull the picture from ?
@michelenarvaez9271
@michelenarvaez9271 Год назад
Try adding in a xFileDialog macro!
@sranghktv9546
@sranghktv9546 2 года назад
👍👍
@elisabethslifkin5109
@elisabethslifkin5109 2 года назад
I'm not getting any error when I do this and I see Excel working, but no information is being pasted into my open workbook. Here is how I modified the code for what I need (copy A2:AP101 and paste to open sheet in open workbook (starting at A2 and pasting each subsequent workbook data below the last)). Any ideas? Dim MyFile As String, Str As String, MyDir As String, Wb As Workbook Dim Rws As Long, Rng As Range Set Wb = ThisWorkbook 'change the address to suite MyDir = "C:\Users\Elisabeth\OneDrive\PhD\Research\Phising Interrupted\Experiment 3 (Online)\Data\Results Files C1\Final Results Files Test\" 'must keep backslash MyFile = Dir(MyDir & "*.csv") 'change file extension ChDir MyDir Application.ScreenUpdating = 0 Application.DisplayAlerts = 0 Do While MyFile <> "" Workbooks.Open (MyFile) With Worksheets(1) 'using index number because each workbook has a different sheet name Rws = .Cells(Rows.Count, "A").End(xlUp).Row Set Rng = Range(.Cells(2, 1), .Cells(Rws, 42)) 'column A, row 2 to column AP, last row with data Rng.Copy Wb.Worksheets(1).Cells(Rows.Count, "A").End(xlUp).Offset(1, 0) ActiveWorkbook.Close True End With MyFile = Dir() Loop End Sub
@Xlorate
@Xlorate 2 года назад
Could it be possible, column A has no data?
@elisabethslifkin5109
@elisabethslifkin5109 2 года назад
No, column A always has data. I have a loop through folder macro that organizes all of the data so it’s readable so all of the files actually look the same.
@Xlorate
@Xlorate 2 года назад
@@elisabethslifkin5109 Hard to tell without seeing it. you can find me or others at excelforum dot com
@shankynagpal1643
@shankynagpal1643 2 года назад
Big thanks for the amazing video. But one problem that it will only copy 9th row(static selection) in this case. I want to select any row and on button click it should copy the data to another excel. How to do that?
@nishiazeef914
@nishiazeef914 2 года назад
Oh man... God bless you... you saved many hours of my day...
@suyashG1x
@suyashG1x 3 года назад
Someone please tell how to paste special
@Xlorate
@Xlorate 3 года назад
Check in the viewers comments.
@redhaakhund1271
@redhaakhund1271 3 года назад
🥇
@redhaakhund1271
@redhaakhund1271 3 года назад
⭐️⭐️⭐️⭐️⭐️
@redhaakhund1271
@redhaakhund1271 3 года назад
👍👍👍👍👍
@EvonOSmith1
@EvonOSmith1 3 года назад
I've found that there is a upper limit with that code as well. I've still been having problems creating email links with the code.
@snatchX626
@snatchX626 3 года назад
how do i just paste the values?
@Nhj1717
@Nhj1717 3 года назад
Thank you!! very helpful
@9donati
@9donati 3 года назад
This is awesome, I was able to auto fill multiple columns in a workbook
@karmusinghsiddhu190
@karmusinghsiddhu190 3 года назад
can pls correct for me Private Sub Worksheet_Change(ByVal Target As Excel.Range) If Range("A1") <> "" Then Range("A1").Select Selection.Autofill _ Destination:=Range("A1:A5"), Type:=xlFillDefault 'Range("A1").Value = "=IF(AND(F5="",G5="",H5="")),"",(I4+F5-G5-H5)))" End If 'End With End Sub
@mohammadahmed7932
@mohammadahmed7932 3 года назад
Sir could you provide me a VBA to add header and footer for multiple workbooks.my email is m.ahmed560.a5@gmail.com.thanks
@VanCamelCat
@VanCamelCat 3 года назад
omg! THANK YOU!! so simple and couldn't find this anywhere esle!
@tamiltrackriser6507
@tamiltrackriser6507 4 года назад
This is really very helpful to me
@irienaokicute
@irienaokicute 4 года назад
Reallyyy help me..this is what i'm trying to find the whole day! Many thanks
@thaprofessor33
@thaprofessor33 4 года назад
This is pretty cool. I need something similar. I have lots of files that have three specific sheets (names are same across files) that need copied into a master sheet. I have to open the workbooks, unprotect with a password, remove filters then copy paste the data as values to a master sheet. How would I add this to what you have already?
@anbakumar2117
@anbakumar2117 4 года назад
Hi, thanks for your video. Can i get know how to design by click the command button we can straight view the sheet from current sheet?
@Xlorate
@Xlorate 4 года назад
After the sheet is made visible, you can add another line. Private Sub CommandButton1_Click() If TextBox1 = "Password" Then Sheets("Worksheet1").Visible = True Sheets("Worksheet1").Select Else MsgBox "Wrong Password" End If Unload Me End Sub The link to the workbook should work now
@anbakumar2117
@anbakumar2117 4 года назад
@@Xlorate I have successfully done with your coding, thank you so much. Its really workable and very helpful.
@tanandrew8383
@tanandrew8383 4 года назад
Why is the End(xlUp) & not End(xlDown)??? Can anyone explain to me please???
@Xlorate
@Xlorate 4 года назад
It counts all the rows in the column. So it would be A1048576 then go up to the last filled cell in that column. This is a preferred technique because of the different row counts in different excel versions. Using xldown can be inaccurate if there is a blank cell before the last filled cell in a column.
@JDO358
@JDO358 4 года назад
Hi Dave, finally a solution that works for me. Thank you very much!! Its almost perfect... Can you confirm that this is only possible using a Label instead of a Textbox? It would be great if it also works with Textboxes (but I didn't manage to solve problems when trying).
@shoestringlean7163
@shoestringlean7163 4 года назад
Awesome! I have 1000s of invoices with same format and I need to extract data (Date, Job #, Customer Name, etc.) from particular cells and past them into a new database. This would work perfectly, but the source workbooks are set up as invoices, not a database...
@RajeshwarUma
@RajeshwarUma 4 года назад
Thanks it's very helpful for me
@fleurdelacourt
@fleurdelacourt 4 года назад
Thank you very much ! Very useful ...
@KJ7JHN
@KJ7JHN 4 года назад
What version of excel are you using? And will this work in Windows CE 2.0, Excel...2.0?
@messygarageman2020
@messygarageman2020 5 лет назад
I can't access the link on your website. It's been hijacked by a Chinese site. ☹️
@Xlorate
@Xlorate 4 года назад
Apologies, please see link to code in the description box.
@michaellegesse9826
@michaellegesse9826 5 лет назад
Thank you for this video. I saw 20+ video and this one explains autofill in the best way
@darshitsevak3368
@darshitsevak3368 5 лет назад
Thank you for the video however I am getting an error of "unable to paste due to cell size and shape not same ". Kindly if you could provide any insight.
@maxi860
@maxi860 5 лет назад
Thank you very much
@mechari
@mechari 5 лет назад
Thaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaanks
@carlosespin4836
@carlosespin4836 5 лет назад
thanks just what im looking for
@swimchamp1000
@swimchamp1000 5 лет назад
hey! great vid i got 1000s of invoices with same format and i need to extract data from particular cells any idea how to do it using VBA
@Xlorate
@Xlorate 5 лет назад
I would need specifics
@liero1111
@liero1111 5 лет назад
Boom - There it is! Amazing video thanks so much saved hours of my life. I could listen your voice all day by the way.
@gaminxden11
@gaminxden11 5 лет назад
How to exclude a specific sheet in sheets counting vba? Please respond. Thank you.
@wwdcpfsense6321
@wwdcpfsense6321 5 лет назад
Hi, Thanks but this does not seems to work now....i always get the error run-time error '9': Subscript out of range....can you advise where i need to modify so this error wont appear?
@Xlorate
@Xlorate 5 лет назад
Subscript out of range would indicate the code is looking for a name of a sheet or workbook that doesn't exist
@lanceguerrero8399
@lanceguerrero8399 6 лет назад
Could this be used for next available column instead of row?
@toaztr
@toaztr 5 лет назад
Have you figured out how to do that yet? I'm stuck on the same thing.
@sahajadiyasmin7584
@sahajadiyasmin7584 6 лет назад
How can I enter a user form password? pls help
@Xlorate
@Xlorate 6 лет назад
ru-vid.com?o=U&video_id=-2UoU-Yu-Dk
@anand6802
@anand6802 6 лет назад
Thank you so much...
@carolinespence3138
@carolinespence3138 6 лет назад
how to add mail body form excel