excel - Selecting an active cell from a textbox value -


मैं इस कोड का उपयोग कर रहा हूं:

  निजी उप टेक्स्ट बॉक्स 12_Change () श्रेणी ("टेक्स्टबॉक्स 12। मूल्य ")। चुनें TextBox3.Value = ActiveCell.Value End Sub   

और TextBox12 को वर्तमान में सेल संदर्भ दिया जा रहा है, तब मुझे TextBox3 < / कोड> सक्रिय कक्ष, किसी भी विचारों का मूल्य दिखाने के लिए?

"कोड से निकालें .. । <पूर्व> त्रुटि गोतो फाइन रेंज (पाठ बॉक्स 12.वैल्यू) पर। TextBox3.Value = ActiveCell.Value चुनें ठीक:

में त्रुटि के लिए त्रुटि पर जोड़ें संदर्भ मान ... आप सीधे उपयोग कर सकते हैं:

  TextBox3.Value = Range (TextBox12.Value)। वेल्यू   

सेल को चुनने के बिना।

Comments

Popular posts from this blog

Pass DB Connection parameters to a Kettle a.k.a PDI table Input step dynamically from Excel -

multithreading - PhantomJS-Node in a for Loop -

c++ - MATLAB .m file to .mex file using Matlab Compiler -