What is Excelguru?
Our favourite definition of the word Guru is, "Remover of darkness." A guide. A teacher. It is in this spirit that the Excelguru site was created by Ken Puls (also known as the Excel Guru). Our goal is to help remove the mysteries of Excel and Power BI, help you find solutions, and help you to be more proficient or accomplish certain tasks. Our passion lies in exploring tools to turn data into information, and teaching others how to benefit from them.
The team at Excelguru is dedicated to helping you get the most from your data by leveraging tools you already own. We specialize in both live and video training, as well as mentoring and consulting services, in:
EXCELGURU NEWSLETTER
Keep up-to-date with Excelguru by signing up to receive our monthly(ish) Excelguru email newsletter. It features the latest updates for Excel and Power BI, upcoming training sessions, new products and other information.
As a "thank you" for subscribing, we are excited to share our FREE eBook series, 'DIY BI' Tips, Tricks & Techniques. Don't miss out - sign up today!
The code only works for the original data set I sent. I tried using the code for both a smaller and larger data set and it only returns the results for...
Penni Yesterday, 10:09 PMThe code works. Thank you. Two more questions:
DUPLICATE THREAD CLOSED _ONE THREAD ONLY IS ALLOWED PER ISSUE HERE
Continue in the first thread here: https://www.excelguru.ca/forums/show...et-on-Each-Row...
Hi All,
Can anyone please help me out in this scenario? I am trying to add a sheet on each and every row, and as soon as any column update...
This code should do it for you
Public Sub LatestData() Dim wsthis As Worksheet Dim wsres As Worksheet Dim lastrow As Long