Search
Recent Comments
Historical Posts
May 2013 M T W T F S S « Jan 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
Tag Archives: Excel
Multiple Excel Text Boxes With Common Content
I have just had to place a textbox object onto 17 worksheets within the same excel workbook, each text box containing the same commentary text. Type it once and then copy the text box and paste, job done. Of course … Continue reading
Microsoft Office–VBA Editor Keeps Opening
For weeks now I have had the mild annoyance that the VBA code editor for various Excel spreadsheet’s appear to be opening at “random”. I finally tracked it down to me unlocking my PC. If I have excel running then … Continue reading
Changing Excel Cell Values To Uppercase
A nice quick tip, I had lots of cell values in a mixture of cases that should have been uppercase. Create a macro: sub MakeUpper() for each myCell in Selection myCell.Value = UCase(myCell.value) next myCell end sub Add a … Continue reading
MS Excel – Convert Percentage To Number
I have spent most of today throwing data around in MS Excel. One of the things that I have had to do is to convert percentages into real numbers. In excel percentages are stored as fractions, for example 50% is … Continue reading
Posted in MIG, Maxima, Maxima Information Group, Microsoft, Office, Work
Tagged Excel, Maxima, Maxima Information Group, Microsoft, MIG, Percentages
5 Comments
Latest ETL Tool – MS Excel
I have spent all day in MS Excel. I receive excel spreadsheets in a “fairly” fixed format. I need to get this data into Business Objects Xcelsius via another spreadsheet that stores historical records and keeps the data in a … Continue reading
Posted in MIG, Maxima, Maxima Information Group, Microsoft, Work
Tagged ETL, Excel, Indirect, Maxima, Maxima Information Group, Microsoft, MIG
2 Comments
Microsoft Excel 2007 Annoyances
I have had office 2007 on my laptop for ages now. Like everyone I am still using the “old” file formats until the rest of the world catches up. On the whole I have been impressed by the ribbon interface. … Continue reading
Posted in MIG, Maxima, Maxima Information Group, Microsoft, Work
Tagged Annoyance, Excel, Maxima, Maxima Information Group, Microsoft, MIG, Office
Leave a comment