View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Leith Ross[_427_] Leith Ross[_427_] is offline
external usenet poster
 
Posts: 1
Default How 2 use right shift "<<" and left shift "" operator in excel?


Hello v-2ajpau,

Excel doesn't have builtin left and right shift operators. You woul
need to construct a User Defined Funtion (UDF) in VBA . If you have
computer science background (I assume you do or you wouldn't post thi
question) you know what is involved in the binary math. I suspect i
you search the web you find someone who has written the routine
already.

Sincerely,
Leith Ros

--
Leith Ros
-----------------------------------------------------------------------
Leith Ross's Profile: http://www.excelforum.com/member.php...fo&userid=1846
View this thread: http://www.excelforum.com/showthread.php?threadid=49603