Thank you very much and it works perfect. I do have a question though. Lets assume you work with a big data set, lets say 500. But you want to exclude some of it. Let say you want to print 1 - 150; then don't print 151 to 200; then print 201 to 300, exclude 301 to 350 and then print the rest till you reach 500. Can you please help with this
@jorgeriveramxАй бұрын
This is great, thanks!
@KI_Burgberg_DEАй бұрын
yes, it works. But the few free calls per day are not useful. There are better providers.
@samsonadeyanju9194Ай бұрын
Thank you for helping and making it easy and straightforward
@jeffreyhibbard369Ай бұрын
Thank you!
@alpanapradhan23282 ай бұрын
Thankyou. Excellent tutorial. Short and to the point. Can you also make one with checkbox.
@zerokhan8582 ай бұрын
wow this is useful!
@J0hn1o1o3 ай бұрын
Thank you for this two-part series! You explained every aspect and supplied free code! Amazing!
@zerokhan8583 ай бұрын
thank you so much!
@ArmenioRodriguesAndrade3 ай бұрын
That is super helpful, thank you for the video. One question though: if I need to select specific data (not just one or all of them), let's say I only need the active workers' reports and not all the workers' reports in the file, how should I do it?
@financetips4 ай бұрын
Is it possible to email the pdf instead of save? So that is 10 different email address if 10 records based on the email line of the record
@financetips4 ай бұрын
When I heard VBA …I got scared. But I followed through lol. I am going to test on my side. My data is not in a simple list but in a template form that is similar
@BMW-Tourer4 ай бұрын
Its working for me but Its only copying the files in the folder, how do you get it to copy the whole folder? for example in my Source folder I have new folders created from a JotForm this works but instead of copying the whole new folder, it copies just the files within it?
@TheAtinadjb4 ай бұрын
I need you help
@jim271054 ай бұрын
I really like this approach. Also you have a very cool signature 👍🏼
@naveen.rajagopala4 ай бұрын
PDF Files uploaded to OneDrive are not working. Size of auto saved PDF files are less than 5KB, corrupted. How to fix this?
@dsmgroup64264 ай бұрын
how to define. the schema if the response is a json array? for example { addresses: [{}] } ?
@AnastasiaVlasova-gd1pd4 ай бұрын
Thank you so much!
@JParanEasyExcelHub5 ай бұрын
thanks a lot sir!
@Milyboy64126 ай бұрын
hey mate , good stuff, is there a way to store the SharePoint link for the new document in Dataverse for back office proposes , if yes , how to do that ?
@MichaelDeBlasis13697 ай бұрын
I'm building a housing app that has a lot of payment dates, checkin and checkout dates. I was using a dynamic calendar to track them all but this now has me thinking a status bar view dashboard might be just the thing these users would love.
@MichaelDeBlasis13697 ай бұрын
Well Done and very informative. TY Henry. I'll be sure to check out your website as well.
@Alexander-do2wp7 ай бұрын
AMAZING!!! I finally got an long term issue solved thanks to you!
@huyenduongtran5897 ай бұрын
Are you Vietnamese, your voice is so nice!
@FnuPujiyono7 ай бұрын
Nice !
@animasophi127 ай бұрын
Thank you Henry
@MrDionmar7 ай бұрын
Tks a lot, how to do that using dynamic OneDrive Account folder ?
@krutanandaacharya59257 ай бұрын
PASTE THE CODE IN THE DESCRIPTION OR PIN IN THE COMMENT ** LISK IS NO MORE WORKING **
@henryouang7 ай бұрын
Hey, it is fixed. Sorry about that!
@krutanandaacharya59257 ай бұрын
PASTE THE CODE IN THE DESCRIPTION OR PIN IN THE COMMENT ** LISK IS NO MORE WORKING **
@gopikap25128 ай бұрын
"Ask in PowerApps" option is missing under add dynamic content option. its showing only " body". please suggest
@mohamedyassinebaccouche71806 ай бұрын
same
@Idk0421-i5t8 ай бұрын
Is there a way to save the barcode to sharepoint list?
@RalphCarras8 ай бұрын
The link does not work - please post link
@henryouang7 ай бұрын
This has been fixed - sorry about that!
@aaryachoukhany51738 ай бұрын
Thanks for the amazing video, Best solution I saw online. The link for the code doesn't seem to work, could you add it again ?
@henryouang7 ай бұрын
Hey, this has been fixed. Sorry about that!
@046-pk2kv8 ай бұрын
thx for the help me , if success im follow u all over
@irfanb43328 ай бұрын
Can you make a macro to make multiple pdfs out of websites using an excel list with a column with names for the pdfs and a column of websites?
@Lineage2Ragnarok9 ай бұрын
Is this the only way to set the product name to automatic?
@deepanshsaxena56779 ай бұрын
Thoroughly enjoyed! Cleared so many concepts in small time. Thank you so much for sharing this!
@youser12349 ай бұрын
Worked great for me. Thanks a lot Henry! Since the link Henry shared is dead, here comes the code with emoji "🤔" that need to be changed dependent on your worksheet. Sub Generate() Dim wsA As Worksheet Dim wbA As Workbook Dim strName As String Dim strPath As String Dim strFile As String Dim strPathFile As String Dim myFile As Variant On Error GoTo errHandler Set wbA = ActiveWorkbook Set wsA = ActiveSheet Application.DefaultFilePath = "🤔" strFile = Range("🤔").Value & ".pdf" strPathFile = Application.DefaultFilePath & strFile wsA.ExportAsFixedFormat _ Type:=xlTypePDF, _ Filename:=strPathFile, _ Quality:=xlQualityStandard, _ IncludeDocProperties:=True, _ IgnorePrintAreas:=False, _ OpenAfterPublish:=False exitHandler: Exit Sub errHandler: MsgBox "Oops something went wrong! " Resume exitHandler End Sub Sub GenerateAll() Dim i As Integer For i = 1 To Range("🤔").Value Range("🤔").Value = i Call Generate Next i End Sub
@wsadewo9 ай бұрын
Sorry I dont understand 😁 Where is the pdf anyway?
@benedictcontawe335510 ай бұрын
9:11 I hate that notification sound
@rvikram119210 ай бұрын
But what is macro code for generate pdf
@zahirarahvenia573810 ай бұрын
You absolutely help my task Henry, thank you so much
@tomtebodakoloni322810 ай бұрын
Hi Henry, I recently watched your video on how to scan and store barcodes in SharePoint using Power Apps. I found it to be very informative and helpful, so I wanted to take a moment to express my gratitude for your efforts in creating such a valuable resource. I have a specific question regarding an existing SharePoint list. Suppose I have a list that is already populated with data, but it lacks a barcode and a running number. I would like to add these two fields to the list, with the running number serving as the barcode. Could you please provide some guidance on how to accomplish this? Thank you once again for your insightful video. I look forward to your response. Best regards
@crushing4611 ай бұрын
Hey Henry, is there a way to convert a large .xlsx file to a smaller .xlsb format prior to downloading? my files that come in daily are 50mb or greater and it doesn't appear that it will work on those sizes
@filibertodurangarcia Жыл бұрын
How did you´ve created the items on 03:45:00?
@TheBigBosske Жыл бұрын
Hi Henry, On it... Stupid question, but the form supports all characters (e.g. Chinese, Arabic)?
@ChadFuller-y5s Жыл бұрын
So Awesome, Henry!! Thanks a ton. I'm a novice and you made this soooo easy. Only thing I'm having trouble with is saving the pdf's to a network (MS Sharepoint) file path that start out . Can this be done? Thanks!
@radhansaati8929 Жыл бұрын
Hello, i have a question, would it be possible if printing all records into one pdf (each page is a record)? would be greater even! thanks for this so much!
@AnneDelosReyes-c8r Жыл бұрын
User this Patch('Automated Scan',{Item: BarcodeReader1.Value, Whoscanned: User().FullName, Time: Now()}) not working
@ajingar7 ай бұрын
Yeah, it's not working - I think the API has changed now.