Microsoft Office File Button Open Menu with Shortcut Key

 

Information about OPEN To create an "Open" button in Microsoft Word, you can use Visual Basic for Applications (VBA) to add a macro that allows users to open a document when the button is clicked. Here's a step-by-step guide to creating an "Open" button in Word: 1. Open Microsoft Word and open the document where you want to add the "Open" button. 2. Enable the Developer tab in Word: • Click on "File" in the top left corner. • Select "Options" at the bottom of the left-hand menu. • In the Word Options dialog, choose "Customize Ribbon" from the left-hand menu. • Under the "Customize the Ribbon" section on the right, check the box for "Developer" and click "OK." 3. The Developer tab should now appear on the Word ribbon. Click on the "Developer" tab. 4. In the "Controls" group, click on the "Legacy Tools" button, and then click on the "Command Button" control. 5. Click on the location in the document where you want to place the button. A crosshair cursor will appear. Click and drag to draw a button of the desired size. 6. The "Assign Macro" dialog will open. Click on the "New" button. 7. The VBA editor window will open with the cursor in the "Sub Button Click()" line. In the editor, enter the following code: VBA copy code Sub Button Click() Dim docPath As String docPath = Application.GetOpenFilename(FileFilter:="Word Documents (*.docx), *.docx", Title:="Select a Word Document") If docPath <> "" Then Documents.Open docPath End If End Sub This code prompts the user to select a Word document using the GetOpenFilename method. If a document is selected, it is opened using the Documents. Open method. 8. Close the VBA editor. 9. Customize the appearance and properties of the button: • Right-click on the button and select "Edit Text" to change the text on the button (e.g., "Open"). • Right-click on the button and select "Properties" to modify other properties like font, color, etc. 10. Test the "Open" button: • Click on the "Open" button to open a Word document. Browse and select a document from your file system and observe that the selected document is opened.

 مائیکروسافٹ ورڈ میں "اوپن" بٹن بنانے کے لیے، آپ Visual Basic for Applications (VBA) کو ایک میکرو شامل کرنے کے لیے استعمال کر سکتے ہیں جو صارفین کو بٹن پر کلک کرنے پر دستاویز کھولنے کی اجازت دیتا ہے۔ ورڈ میں "اوپن" بٹن بنانے کے لیے یہاں قدم بہ قدم گائیڈ ہے: Microsoft Word کھولیں اور وہ دستاویز کھولیں جہاں آپ "اوپن" بٹن شامل کرنا چاہتے ہیں۔ ورڈ میں ڈیولپر ٹیب کو فعال کریں: اوپر بائیں کونے میں "فائل" پر کلک کریں۔ بائیں ہاتھ کے مینو کے نیچے "اختیارات" کو منتخب کریں۔ ورڈ آپشنز ڈائیلاگ میں، بائیں ہاتھ کے مینو سے "ربن کو حسب ضرورت بنائیں" کا انتخاب کریں۔ دائیں جانب "ربن کو حسب ضرورت بنائیں" سیکشن کے تحت، "ڈیولپر" کے لیے باکس کو نشان زد کریں اور "ٹھیک ہے" پر کلک کریں۔ ڈویلپر ٹیب کو اب ورڈ ربن پر ظاہر ہونا چاہئے۔ "ڈیولپر" ٹیب پر کلک کریں۔ "کنٹرول" گروپ میں، "لیگیسی ٹولز" بٹن پر کلک کریں، اور پھر "کمانڈ بٹن" کنٹرول پر کلک کریں۔ دستاویز میں اس مقام پر کلک کریں جہاں آپ بٹن لگانا چاہتے ہیں۔ ایک کراس ہیئر کرسر ظاہر ہوگا۔ مطلوبہ سائز کا بٹن کھینچنے کے لیے کلک کریں اور گھسیٹیں۔ "میکرو تفویض کریں" ڈائیلاگ کھل جائے گا۔ "نیا" بٹن پر کلک کریں۔ VBA ایڈیٹر ونڈو "Sub Button Click()" لائن میں کرسر کے ساتھ کھلے گی۔ ایڈیٹر میں، درج ذیل کوڈ درج کریں: vba کوڈ کاپی کریں۔ سب بٹن_کلک() سٹرنگ کے طور پر docPath کو مدھم کریں۔ DocPath = Application. GetOpenFilename (File Filter:="Word Documents (*.docx), *.docx", Title:="Select a Word Document") اگر docPath <> "" پھر دستاویزات۔ docPath کھولیں۔ ختم کرو اگر اختتامی ذیلی یہ کوڈ صارف کو GetOpenFilename طریقہ استعمال کرتے ہوئے ورڈ دستاویز کو منتخب کرنے کا اشارہ کرتا ہے۔ اگر کوئی دستاویز منتخب ہو تو اسے Documents. Open طریقہ استعمال کرکے کھولا جاتا ہے۔ VBA ایڈیٹر کو بند کریں۔ بٹن کی ظاہری شکل اور خصوصیات کو حسب ضرورت بنائیں: بٹن پر دائیں کلک کریں اور بٹن پر متن کو تبدیل کرنے کے لیے "متن میں ترمیم کریں" کو منتخب کریں (مثال کے طور پر، "کھولیں")۔ بٹن پر دائیں کلک کریں اور دیگر خصوصیات جیسے فونٹ، رنگ وغیرہ میں ترمیم کرنے کے لیے "پراپرٹیز" کو منتخب کریں۔ "اوپن" بٹن کی جانچ کریں: ورڈ دستاویز کو کھولنے کے لیے "اوپن" بٹن پر کلک کریں۔ اپنے فائل سسٹم سے کسی دستاویز کو براؤز کریں اور منتخب کریں، اور دیکھیں کہ منتخب کردہ دستاویز کھل گئی ہے۔

Post a Comment

0 Comments