- Where Developers Learn, Share, & Build Careers


क्यों निम्न कोड गलत है?

  उप सेटफॉन्ट () Dim a1 के रूप में रेंज सेट ए 1 = रेंज ("ए 1") SetFontSize (a1) एंड सब उप सेटफॉन्टसिज़ (लक्ष्य के रूप में लक्ष्य) लक्ष्य। फोंट। आकार = 11 एंड उप   

मुझे "रन- समय त्रुटि 424: SetFontSize विधि को कॉल करते समय वस्तु की आवश्यकता " त्रुटि।

आप एक फ़ंक्शन कॉल नहीं कर रहे हैं, आपको SetFontSize (a1) को कॉल करते समय कोष्ठकों की आवश्यकता नहीं है। बस उपयोग:

  SetFontSize a1    

Comments

Popular posts from this blog

Python SQLAlchemy:AttributeError: Neither 'Column' object nor 'Comparator' object has an attribute 'schema' -

java - How not to audit a join table and related entities using Hibernate Envers? -

mongodb - CakePHP paginator ignoring order, but only for certain values -