Search:

Type: Posts; User: snb

Search: Search took 0.00 seconds.

  1. That's an awfully clear explanation !. Thanks,...

    That's an awfully clear explanation !. Thanks, Rick


    https://www.youtube.com/channel/UCnxwq2aGJRbjOo_MO54oaHA
    https://www.youtube.com/watch?v=SIDLFRkUEIo&lc=UgzTF5vvB67Zbfs9qvx4AaABAg
    ...
  2. Hi Rick The Excel notation DecimalValue =...

    Hi Rick

    The Excel notation DecimalValue = Int(CDec(DecimalValue) / Base)
    can be written in VBA as:


    DecimalValue = CDec(DecimalValue) \ Base
Results 1 to 2 of 2