↓ Skip to Main Content
Useful code Programming with VBA, C# and Python

Main Navigation

  • All
  • VBA
    • VBA Tools
    • VBA Online Resources
    • All VBA articles
  • Python
  • Else
    • C#
  • Reviews
    • List of reviews
  • YouTube
  • PayPal
  • About
Useful code Programming with VBA, C# and Python

Off Canvas Menu

  • All
  • VBA
    • VBA Tools
    • VBA Online Resources
    • All VBA articles
  • Python
  • Else
    • C#
  • Reviews
    • List of reviews
  • YouTube
  • PayPal
  • About

Month: May 2018

Home › 2018 › May
How to Search In Excel Worksheet with Python
Python, VBA \ Excel

How to Search In Excel Worksheet with Python

Vitosh May 29, 2018 Tagged with excel find, Python, Range.Find(), Search in worksheet

Working with Python and Excel together is really fun for a VBA Developer! It somehow shows you what all these years of coding with VBA have taught you! Today, I was thinking how to implement the .Find() method of searching in …

How to Search In Excel Worksheet with Python Read more →

Python – Simple writing in Excel with XlsWriter
Python, VBA \ Excel

Python – Simple writing in Excel with XlsWriter

Vitosh May 28, 2018 Tagged with Python, Write to Excel, xlsxwriter

The XlsxWriter library of Python is a nice gem for a VBA developer – you would be really interested to see the problems a Python developer should be facing, just to achieve a simple part Excel automatization. Still, these are …

Python – Simple writing in Excel with XlsWriter Read more →

VBA – Hide the Named Ranges in Excel
VBA \ Excel

VBA – Hide the Named Ranges in Excel

Vitosh May 18, 2018 Tagged with Excel, hide named range, VBA, visiblilty named range

Named ranges are really nice parts of Excel – you just give a name to the range and you start referring it by it. No more Z56 or AM31, the ranges start having names the way you like them. So, one …

VBA – Hide the Named Ranges in Excel Read more →

VBA – Markov Chain with Excel example
VBA \ Excel

VBA – Markov Chain with Excel example

Vitosh May 14, 2018 Tagged with Excel, Markov, Markov Model, Markov Probability, Transition Probability Matrix, VBA

Markov model is a a stochastic model describing a sequence of possible events in which the probability of each event depends only on the state attained in the previous event. Wikipedia This is a good introduction video for the Markov …

VBA – Markov Chain with Excel example Read more →

VBA – How to Change Merged cell in Excel with Events
VBA \ Excel

VBA – How to Change Merged cell in Excel with Events

Vitosh May 5, 2018 Tagged with change cell values of merged cells, event, Excel, VBA

The worksheet events which are built within VBA are quite useful. One may build them quite easily in Excel and they work satisfactory. However, let’s imagine, that you have a merged cell as in the picture above and you want …

VBA – How to Change Merged cell in Excel with Events Read more →

Book Review – Blockchain Basics
Review

Book Review – Blockchain Basics

Vitosh May 1, 2018 Tagged with Blockchain Basics, Daniel Drescher

I have missed the probably* easiest way to become rich in the last 1000 years – BitCoin. At the beginning I was thinking it is too small to care about and then I thought it is too expensive to buy. …

Book Review – Blockchain Basics Read more →

Copyright © 2026 VitoshAcademy