How you can use advanced filter in Vba to summarize your eCabinets Cut list in excel.
In this video I will demonstrate how to use the advanced filter in VBA. To summarize a cut list from the eCabinets five piece door break down.
Here is the link to check it out. https://youtu.be/7lh_fgZ7VSo
Hi Scott, Youtube is blocked by my internet filter. Would you be able to post the video or email it to me? I use macros to remove the "mm" and arrange by size, but have to paste my data into the template file. (see screen shot) Also would anyone be able to tell me why sometimes a 1200mm door reads 1.2m and sometime 1200mm? Makes it awkward to find and replace. Notice the macro buttons on the right.
Hi Here is my latest video on using excel to modify eCabinets cut list in excel.
In this video I will show you how I used the SumIfs function in VBA to total the door/drawer front parts in the filtered data that was created using the advanced filter in VBA.
Convert numbers stored as text in your cut list with excel vba Part1
In this video I will show you how to add some code to the import selected user form that will automatically remove all of the inch symbols from the eCabinets excel worksheets when you import them into the master workbook that I am developing.
Convert numbers stored as text with excel vba Part2
In this video I will show you how to add some code to the import selected user form that will automatically convert all of the numbers that are stored as text to numbers in the eCabinets excel worksheets when you import them into a master workbook.
Here is the link if you want to check it out https://youtu.be/WfbtYK38GG4
Formatting eCabinets Five Piece Door Break down with excel vba.
This is a quick overview for the series that I am starting on how you can modify the five piece door break down worksheet that eCabinets generates when you export there cut list into excel.Check it out at this link
In this video I will show you how you can extract the cabinet number from the cabinet name and put it in its own column.
To do this I will be using text to columns. I will also show you how you can use the find method to check for assemblies and extract the assembly cabinet number.
I will then show you how to use a for next loop to combine the text “Cab.” and the cabinet or assembly number.
Be sur to watch because I will also show you how to use the worksheet function “Trim” to remove all leading and trailing spaces that may exist in the text strings. This is a very valuable function to know especially if you are planning on doing lookups or other functions that require exact matches to work properly.
In this video I will show you how you can extract the Door and drawer front heights and widths and put them in their own columns. I will also show you how to remove the extra text in the door name. Leaving Just Door or Drawer Front .
To do this I will be using text to columns. I will also show you how you can use the replace method as well as the InStrRev and InStr functions and more. So be sure to watch it all.
If you have not watched my first two videos. Formatting eCabinets Five Piece Door Breakdown with excel Part 1 and Part2 be sure to check them out as well.
First I will show you step by step how to set up the table feature in the Line drawing editor. Then I will show you how to set up the worksheet in excel that will allow you to Import the selected data into the line drawing editor.
In this video I will show you how I use the replace method as well as the advanced filter unique records only and the SumIfs functions with excel vba. With these three functions I will be able to reduce the door and drawer front part list from over 200 rows of data to less than 100. So be sure to watch the entire video.
Here is a quick video on my Latest excel project. Using a excel user form to transfer eCabinets face frame parts into line drawings.
If you build cabinets with face frames then you probably spend a lot of time dimensioning the frames in the line drawing editor. Well in this video I am demonstrating my latest project. I have made a excel user form that will automatically format the board stock listing worksheet and copy the selected cabinet onto my clipboard. This will allow me to paste the face frame parts as a table in eCabinets line drawing editor with just a couple of clicks of the mouse.
I am offering this workbook so that you can follow along as I create this Time tracking workbook. That will allow you to track the amount of time that it takes You to design a job in eCabinets you can download the workbook here. Here is a link to the Introduction video.https://www.youtube.com/watch?v=KLfbk9y ... vA&index=1 Please. Feel free to give any suggestions or Ideas that you would like to have in this workbook
Hi. Guys. I just finished the first video on making a time tracking application in excel. https://www.youtube.com/playlist?list=P ... A2cYsbVtvA
In my previous post, I gave you guys a workbook that I started on. In the intro video, I asked for any suggestions and/ or feedback. One suggestion was to make it look and act like an actual application. So I am starting a completely new program. You can download that workbook here. https://dl.orangedox.com/H2fsbMP7mMSixNaqY9Then click on the video link and follow along. Please let me know what you think.