saya lihat di help, contoh input box sbb: InputBox MethodInputBox Function ExampleInputBox Function Example
This example shows various ways to use the *InputBox* function to prompt the user to enter a value. If the x and y positions are omitted, the dialog box is automatically centered for the respective axes. The variable MyValuecontains the value entered by the user if the user clicks *OK* or presses the ENTER key . If the user clicks *Cancel*, a zero-length string is returned. Dim Message, Title, Default, MyValue Message = "Enter a value between 1 and 3" ' Set prompt. Title = "InputBox Demo" ' Set title. Default = "1" ' Set default. ' Display message, title, and default value. MyValue = *InputBox(*Message*,* Title*,* Default*)* ' Use Helpfile and context. The Help button is added automatically. MyValue = *InputBox(*Message*,* Title*,* *,* *,* *,* "DEMO.HLP"*,* 10*)* ' Display dialog box at position 100, 100. MyValue = *InputBox(*Message*,* Title*,* Default*,* 100*,* 100*)* wassalam, safri 2009/1/29 CHANDRA POLIM <[email protected]> > Dengan hormat, > kepada para suhu excel. > saya membuat program vb yang mana hanya berlaku untuk satu tanggal saja. > pertanyaannya , bagaimana agar tanggal ini bisa dimasukkan > sebagai variabel, sehingga tidak perlu mengubah pengkodean vb di program. > Maksudnya keluar semacam input box untuk memasukkan data tanggal. > Terimakasih > yang sedang belajar excel, > chandra > > > -- Thank you and regards, Safri http://www.tebetbarat.com/artikel/safri.htm about me http://www.tb512.com my virtual home http://www.tebetbarat.com Tebet Business Directory consists of addresses and phone numbers of favorite restaurants, traditional markets, hotels, offices, schools, super markets, malls, automotive, gardens, flowers, cakes, advertising, computers, salons, barber shops, cosmetics, banks, apartments etc. Originally it was compiled for personal purposes and then published to the internet as a gateway to search business directory and websites in Tebet and surrounding area.

