Excel工作表标题(A,B,......DC)

x=132
y=Iif(x>26,Chr(64+Ceiling(x/26)-1),"")+Chr(64+Iif(Mod(x,26)=0,26,Mod(x,26)))
MessageBox(y)

你可能感兴趣的:(其它)