How to insert Tab space in Label

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I would like to insert a Tab with a string, in a Label control.

For example:
Me.lblTime.Caption = "Time:" & vbTab & Now()

However, Label caption displays the tab character, instead of a tab space.
Any ideas?
 
How about 2 labels one with the word "Time:" and the other postioned how you
want it containing the date.

Jon
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top