VLOOKUP (VERT.ZOEKEN) in Excel sometimes returns wrong value (off by one row)

Ever had that the Excel formula VLOOKUP start coming up with the wrong answer? Trouble is that most times it has the correct answer, but sometimes it doesn’t. I found the answer on the internet, see below: —————————————————————————————————- Sounds like Continue reading

Engelse (UK / US) functies in Excel vertaalt in het Nederlands (Dutch)

Ook altijd moeite om in Excel de nederlandse vertaling te vinden van de engelse termen? Hoe je engelse (UK / US) functies in excel vertaalt naar nederlandse (Dutch) excel vind je hieronder:   Genomen van http://www.piuha.fi/excel-function-name-translation/index.php?page=nederlands-english.html   Functie Function Beschrijving Continue reading

Change caption Command button with VBA (Excel)

Struggling to change the caption of a  command button in excel (2007) using VBA? Try the following code: Application.ActiveWorkbook.Sheets(Sheetname where button is located).Shapes(name of the button).DrawingObject.Object.Caption = “New Caption!” Somehow in Excel 2007 using .Textframe.Characters.Text no longer seems to work. Continue reading