

- My word document turned into squares how to#
- My word document turned into squares pdf#
- My word document turned into squares code#
My word document turned into squares pdf#
These elements will be easily converted and retained in the new PDF format. The implication of this is that you are not going to lose any of your images, text and graphics even though they may have been created in word. In PDF, even if you are converting from other document format like word to it, the visual elements will be preserved. One of them is that the visual elements are preserved. The reason for the acceptance of PDF as a document format of choice is not far-fetched. It offers a lot more that word documents and this has seen it become the most popular document format used by a lot of people from businesses to government agencies among others. However, it is important to note that PDFs are alternatives to word document and even better in most cases.
My word document turned into squares how to#
The steps above shows how to create a questionnaire in word but how do you create it in PDF? This will be answered at the end of this article. You can simply click on the interactive element, insert data into the questionnaire and test it

Step 5: Save the document and you are done. You can change the value or leave it as default by clicking on OK. In this case, you can put male as an example. In the "drop down list properties", choose "Choose an Item" option and click "Remove" button.Ĭlick on "Add" button and put the "display name" of the item. Select drop down menu and click "Properties" option, enter the drop down title, in this case "Gender". Then go to the "Developer" tab, select the Drop down list content control that is located on the Controls section and then set the values for the drop down menu. For instance, enter "Gender" and hit the tab key on your keyboard. Step 4: Drop down menu is the last demonstration element. Then go to the "Developer" tab and select the "Picture Content Control" in the Controls section. Step 3: Enter the date of birth on the next line and then hit the tab key on your keyboard. Then go to Developer tab then Controls section and choose "Plain Text Content Control". In this case, you can enter name and the surname and hit "tab" on your keyboard. Please click here to get more information about Kutools for Word's Convert Field Codes to Text.Step 2: Switch to Developer tab on the main ribbon.Enter name of the element. Note: If you just want to convert field codes to text from the selected part of the document, please select the field codes range and then applying this utility. All field codes in the whole document are converted to plain text. Please click Yes to start the operation.ģ. After clicking Convert Field Codes to text, there will be a prompt box showing up to remind you the conversion.

Please apply this utility by clicking Kutools > More > Convert Field Codes to Text. Kutools for Word, a handy add-in, includes groups of tools to ease your work and enhance your ability of processing word document. Get rid of these annoying VBA codes, Kutools for Word's Convert Field Codes to Text utility can help you quickly convert field codes to text not only from the whole document but also from the selected part of the document.

Note: With this VBA code, you cannot convert field codes to text from a selection of the document.Ĭonvert filed codes to text with Kutools for Word VBA 2: Convert the field codes to text in the original document MyString = MyString & vbCr & Selection.Fields(1).Code.TextĪ MyString VBA 1: Create a new Word document to save the converted field codes:ĭim MyString As String, FieldShowSetting As Boolean Note: The below VBA codes can cause two different results, you can choose to use by your own needs.
My word document turned into squares code#
The VBA code on converting field codes to text: 1: Press Alt+F11 to open the Microsoft Visual Basic for Applications window Ģ: Click Module from Insert tab, copy and paste the following VBA code into the Module window ģ: Click Run button or press F5 to apply the VBA.
