Jump to content

Recommended Posts

Posted

I'm trying to make the text inside one of my input boxes move to a different place. I can't really explain it, so see the arrows in the picture. By the way, I edited the box in Paint.

Posted Image

This is what I have so far.

InputBox ("Title", "Text Text Text Text Text Text 1. Text 2. Text 3. Text", "", "M", "145")

I've tried limiting the width, but that doesn't seem to help.

Posted (edited)

Insert the macro @LF for a linfeed, @CRLF for carriage return linefeed.

example: InputBox ("Title", "Text Text Text Text Text" & @LF & "Text 1. Text 2. Text 3. Text", "", "M", "145")

Edited by snowmaker

- Bruce /*somdcomputerguy */  If you change the way you look at things, the things you look at change.

Posted

Insert the macro @LF for a linfeed, @CRLF for carriage return linefeed.

example: InputBox ("Title", "Text Text Text Text Text" & @LF & "Text 1. Text 2. Text 3. Text", "", "M", "145")

Thanks!

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...