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:
>
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
>
>
>