Re: $$Excel-Macros$$ Re: How to get the system name using macro

2011-01-06 Thread JsinSk
You can choose whichever cell you'd like and insert the following formula. =ReturnComputerName() On Jan 6, 12:24 pm, Rajesh K R wrote: > Hi > Thanks for the mail, let me know one thing how can get the result in > sheet 1! range"A1" > Regards > Rajesh kainikkara > > On 1/6/11, JsinSk wrote: >

Re: $$Excel-Macros$$ Re: How to get the system name using macro

2011-01-06 Thread Rajesh K R
Hi Thanks for the mail, let me know one thing how can get the result in sheet 1! range"A1" Regards Rajesh kainikkara On 1/6/11, JsinSk wrote: > Private Declare Function GetComputerName Lib "kernel32" _ > Alias "GetComputerNameA" _ > (ByVal lpBuffer As String, nSize As Long) As Long > > >