background preloader

Peltier Tech Blog - Peltier Tech Excel Charts and Programming Blog

Peltier Tech Blog - Peltier Tech Excel Charts and Programming Blog
Constable Henry: Just a moment, sir. I know everyone in this neighborhood, but I’ve never seen your face before. Can you account for yourself? Freddy: Yes, I am Dr. Frederick Fronkonsteen, newly arrived from America. by The FrankensTeam This guest post is from the E90E50 FrankensTeam, i.e., Roberto Mensa, Kris Szabó, and Gábor Madács. While I was reading Jon’s work using VBA Approaches to Plotting Gaps in Excel Charts I started to think, because I felt there had to be another solution which was waiting to be discovered… Jon provided two different VBA routines as a solution for the problem: one changes the chart series formatting, the other changes the underlying data. Some time ago I realized that it is possible to use union of ranges in chart series. Now, a few months later, thinking about the gap problem… Eureka! The union of separate ranges could be a solution, especially if we can build it up using the UDF within a named formula! Let us explain how it could work. The idea Formula solution

Contextures Excel Blog Excel VBA Macros for Absolute Beginners - 15 Examples File download - ANALYSISTABS - Innovating Awesome Tools for Data Analysis! Excel VBA Macros for Absolute Beginners – These 15 macros provides the easiest way to understand and learn the basics of VBA to deal with Excel Objects. Learning Basic Excel VBA By Examples is the easiest way to understand the basics of VBA to deal with Excel Objects, in this tutorial we will not covering any programming concepts, we will see how to access the different Excel Object using VBA. Excel VBA Macros for Absolute Beginners – Download file with 15 Examples: Example 1: How To Access The Excel Range And Show The Value Using Message Box While automating most of the Excel Tasks, we need to read the data from Excel spread sheet range and perform some calculations. This example will show you how to read the data from a worksheet range. Example 2: How To Enter Data into a Cell After performing some calculations using VBA, we generally write the results into worksheet ranges. Example 3: How To Change The Background Color Of A Particular Range Example 7: How To Select And Activate Worksheet

Related: