Alias

Alias creates a variable that shares the same memory location as another variable:

    Dim ADResult As Word Alias ADRESH, ADRESL

Alias and At cannot be used together on the same declaration line.

Alias does not support Bit variables. For bit‑level aliasing, use constants or #Define macros.