Zum Hauptinhalt gehen

Suche

Suche

Decrease the copied hexadecimal value by 1

Kommentare

2 Kommentare

  • Avatar
    Peter Thane

    Set the Data Type to Number and then choose Hexadecimal as the Locale, such as 

     

    Someone was doing something similar (albeit counting upwards) a few months ago where the colons were causing an issue. This was reported as a bug but I am nit sure if it has been fixed yet or if the issue effected decrementing numbers, but if you do notice a problem then this link may help

    https://support.seagullscientific.com/hc/en-us/community/posts/360051085674-Hexadecimal-counter

    Pete

    0
  • Avatar
    Paweł Gancarz

    I close the topic. Problem solved.

    In this way:

    value = Left(value, 6) & hex(CLng("&h" & Right(value, 6)) - 1)
    0

Bitte melden Sie sich an, um einen Kommentar zu hinterlassen.