microsoft excel populating

Public Schedule Face-to-Face & Online Instructor-Led Training - View dates & book

Forum home » Delegate support and help forum » Microsoft Excel Training and help » Microsoft Excel 2003 Populating Cell With Login Name!

Microsoft Excel 2003 Populating Cell With Login Name!

resolvedResolved · High Priority · Version 2003

Dee has attended:
Access Intermediate course
Excel Advanced course
Visio Advanced course

Microsoft Excel 2003 Populating Cell With Login Name!

How do I populate an Excel cell in a spreadsheet with a my user login name from Windows XP?

Thanks,

Dee

RE: Microsoft Excel 2003 Populating Cell With Login Name!

Hi Dee,

Thank you for your post,

This can be done using a little VBA;

in the VBA module type the following and save it:

Sub Username()
Range("A1").Value = Application.UserName
End Sub

Save and then in your chosen cell type =username()

I hope that helps for you, regards Pete


 

Excel tip:

Deleting cells, Rows & columns

place your cursor on a cell, row number or column letter and use CTRL + -.

View all Excel hints and tips


Server loaded in 0.1 secs.