pl123 Posted March 30, 2010 Posted March 30, 2010 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.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.
somdcomputerguy Posted March 30, 2010 Posted March 30, 2010 (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 March 30, 2010 by snowmaker - Bruce /*somdcomputerguy */ If you change the way you look at things, the things you look at change.
pl123 Posted March 30, 2010 Author Posted March 30, 2010 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!
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now