How to make some seperate lines as one paragraph in MS Word2013

hi friends
when i copy & paste a part of a book (for example a paragraph) from .pdf files into MSWord 2013, the paragraph is pasted as separate lines,so i have to manually edit that. it takes long time.
i have pasted my problem in following pictures, but i don't now what setting to select to achieve may goal.
any help please.
thanks in advanced.
it is before edit:
now i don't know what to do in this page, so that space get removed, lines be attached together, so that they become one paragraph
so that at the end, they become like this:
" You can use the ImageX Windows AIK tool to create a WIM file that images a reference computer. Unlike ISO files, which are used to contain images of operating systems and toolkits across an intranet or the Internet, WIM is a file-based disk image
format that contains a set of files and associated file system metadata .However, unlike sector-based formats (such as ISO) used for CD-ROM and DVD-ROM images, WIM is file-based, which means that the smallest unit of information in a WIM image is a file .A
file-based image is hardware-independent and provides unique single-instance storage of a file that can be referenced multiple times in the file system tree"

To prevent such a macro from being applied to the entire document, you can set the Wrap property of Selection.Find to wdFindStop. For example:
Sub RemoveParagraphMarks()
With Selection.Find
.ClearFormatting
.Text = "^p"
.Replacement.ClearFormatting
.Replacement.Text = " "
.MatchWildcards = False
.MatchWholeWord = False
.Wrap = wdFindStop
.Execute Replace:=wdReplaceAll
End With
End Sub
Regards, Hans Vogelaar (http://www.eileenslounge.com)
really thanks again Hans.
i am now very interested in learning Macros in word.
i am not familiar with macros & visual basic or programming.
can you introduce me some reference to learn macro creation from base
thanks in advanced  

Similar Messages

  • How to make the diagonal line in the swing table cell?

    Hi all,
    How to make the diagonal line in the swing table cell just like the link below?
    http://61.132.17.188/webber/table.gif

    One improvement.. To get a line that is neat, use a bit of Graphics2D
        public void paintComponent(java.awt.Graphics g)
            int w = getSize().width;
            int h = getSize().height;
            // draw a line between (0,0) and (w,h)  
            g.setColor(getForeground());
            if (strTop == null)
                strTop = "  ";
            if (strBottom == null)
                strBottom = "  ";
                java.awt.Graphics2D g2 = (java.awt.Graphics2D)g;
              g2.setRenderingHint(java.awt.RenderingHints.KEY_ANTIALIASING,java.awt.RenderingHints.VALUE_ANTIALIAS_ON);
              //g2.setStroke(new java.awt.BasicStroke(14.0f));
            g.drawLine(0, 0, w, h);
            //the following lines will draw the two strings,
            //one above the top of the line and the above below it.     
            g2.drawString(strTop, (w/2)+2, (h/2)-2);
            g2.drawString(strBottom, 2, (h / 2) + 2);
            //the x,y for drawString are only based on assumption.   //do necessary changes to suit ur needs.
        }Then create a TableCellRenderer and set it to the Table Header for ur table's 1st row.....
    Cheers

  • How to make manager approve more than one request in one time in SSHR

    Dear All,
    Anyone has an idea on how to make manager approver more than one request in one time in SSHR??
    for example, manager is having 20 requests to approve on Change Pay Function, he don't want to check one by one and approve it, he want to approve the 20 requests directly from one time, is there any solution for that??
    Thanks and Regards

    Hi Adel,
    As Vignesh has mentioned we don't have any standard functionality which will allow bulk approvals. We had same kind of requirement in performance management where the business was asking for a bulk approval feature which should be available to Skip level manager for approving the rating suggested by line manager. We had created a custom page which will list all the notifications and user can select the ones which S/He wants to bulk approve and click submit button. Internally we had called the workflow with item key and other required parameter and do the approval.
    You can have a work with your technical guy and can work on the same lines.
    Thanks,
    Sanjay

  • How to make some fields in ALV tree editable

    Hello All,
    Can any one tell me how to make some fields in ALV tree editable.
    If possible please post some code.
    Regards,
    Lisa.

    Hi Lisa,
    I want to make 3 fields in the ALV tree editable and update the saved values in ztable.
    I tried making the wa_fieldcat-edit = 'X' But in vain.
    Also i made the layout fields  wa_layout-edit = 'X'  and wa_layout-edit_mode = 'X'.
    But still the alv tree field appears as display.
    As you have mentioned in the post as answered, So please guide me to make the field editable.
    I am using oops method.
    Please provide me code if any.
    Thanks & Regards,
    Mozila

  • I filmed several takes of the same scene for a movie. I trimmed the best clips from each take and put them into the project screen. However, I can't figure out how to make it flow seamlessly as one scene. Can someone please help me??

    I filmed several takes of the same scene for a movie. I trimmed the best clips from each take and put them into the project screen. However, I can't figure out how to make it flow seamlessly as one scene. Can someone please help me??

    1-800-676-2775  apple support   tech support 1 800 275 2273
    If your computer is on one minute before it freezes, than you have one minute to secure your serial number.
    click the apple----->click about this Mac ------> click on version----> until you see the serial number.  You may have to do this a couple of times if it freezes before you have all the numbers.  A camera might help.
    Good Luck

  • How to make the last line of the textarea visible all the time?

    Hello,
    I am making an online chat application in JSP and XHTML. The chat log and online users� names textareas are refreshed every 5 seconds. When it comes to many messages in the chat log textarea, the scrollbar appears. Then, every time the chat log textarea is refreshed, I need to move the scrollbar down to see the last line of the textarea.
    Are there any ideas how to make the last line of the textarea visible all the time without moving the scrollbar?
    Thanks in advance.
    Dan

    I put the below code on the page, but it didn't work.
    Are there any ideas? Thanks.
    <table border="0" cellspacing="1">
    <tr>
    <th>Chat Log</th>
    <th>Users now online</th>
    </tr>
    <tr>
    <td><textarea rows="20" cols="60" name = "messages" readonly = "readonly"><%= texts %></textarea></td>
    <td><textarea rows="20" cols="20" name = "names" readonly = "readonly"><%= names %></textarea></td>
    </tr>
    </table>
    <script type="text/javascript">
    <!--
    document.messages.scrollIntoView(false);
    //-->
    </script>

  • How to draw 2 seperate lines w/Pen tool?

    Hello:                                                                                     Level: New Newbie  OS: Windows 7 64bit
    It's me again w/the same tut at: http://designinstruct.com/drawing-illustration/how-to-make-a-golden-compass-in-illustrator /
    Thank you everyone for all your help thus far!!
    Please refer to step #8 and the picture below
    Where I am confused is that once the line is drawn from top to bottom and I go to draw the line across the upper area the anchors stay connected.
    I tried the Alt key + click to cut the path but (as you advanced folk probably already know) it didn't work.
    So, I searched the manual, forums and other places for a way to make the bottom Anchor an end Anchor ... ?? Does that even exist?
    I don't know if I am explaining this correctly or well enough but I sure would appreciate your guidence
    Honestly I am not even sure what I ought to be looking for in the manual etc.
    I tried just drawing the shape for the Glossy effect and then filling it with the required gradient but frankly it just looks odd ... it looks flat and basically UGLY
    Below is a picture of what I need help accomplishing. The blue line that goes across is the problem for me.
    I should also mention, if you go to the tutorial ... it says that I am suppose to Duplicate the Inner Circle but I made too many goofs and somehow all my layers ended up on one layer so rather than doing what the tut instructs I just made a New Layer and then drew a new circle with the Ellipse tool.
    Even so, I actually couldn't grasp why or how I was suppose to go about intergrating the new circle with using the Pen Tool to draw the Glossy effect object. So, I skipped that part and just used the Pen tool to draw the needed shape as shown above in pink.
    Thank you again!!
    wow ...

    Kara,
    Or just press the P key.
    This will reselect the Pen Tool, implying a deselection.
    Edit: And now I realized: In the other thread I never looked at anything but the actual question, so I was unaware that it was all about a compass.
    There are a few things in the tutorial that could create inaccuracies, and some might be done in easier ways, but differeent users prefer different ways. That is one of the reasons for the pleasant great variation in suggestions here.

  • How to make some fields disable mode in BAPI?

    Dear sir,
    I want to know in Bapi, In Import parameters of output display screen as we are entering values i want to make some fields disable mode (as in report program, in output screen, suppose 2 entry fields are der so i need only one and another one in disable mode)how to do in BAPI?  please explain with example by taking 2 or 3 predefined tables? and in Bapi how to do ranges programs.. please explain with example? is it posiible in bapi to display the output in ALV_GRID method?
    regards
    patil

    Hi Rachu Patil,
    I think there is no posibility to disable fields in import parameter of bapi but you can select optional check box to make the field as an optional field in import parameter. Like wise you cant set range. If you want to set range than declare two variable for low and high.
    Regards,
    Harish

  • How to make an applet the default one ?

    Hi everybody,
    I have a NXP JCOP41 72k JavaCard, Eclipse 3.2 with jcoptools 3.1.2, jre 1.5.
    I have read in a lot of places that it was possible to make a specific applet the default one, meaning that my applet will reply to APDUs as soon as it is powered up... I don't want to go through the Card Manager and select my applet everytime it is power up.
    How can you do this, and at what level will I have to do it ?
    This is what I already tried:
    1- I have read through the GlobalPlatform specification, and they say that it is possible to put a certain flag on a application in order to make it default. So this is what I tried... I had my card in the OP_READY status mode, and I tried to put the application in the 'LOCKED' mode in order to make it the default application using the set-status APDU command from GlobalPlatform. It did not worked.
    2- After that, I tried something else. I put the card in the SECURED status mode, and I tried to put the application in the 'LOCKED' mode, but then I think I locked the card. I was not able to authenticate to the card anymore using the init-update command and the 255 keyset. How come the default keyset is not available anymore when you are in SECURED mode ???
    Again, how do you make an applet the default one ???
    Thanks a lot for answering,
    Richard Leroy

    Hi everyone,
    I finally have found the answer to my question, and felt important to let everybody know it ...
    In order to make an applet the default one, you need to upload it and install it with specific privileges...
    With gpshell, you need to add "-priv 4" to the "install" line in order to activate the default option. This will enable a specific flag for the applet.
    Once this is done, you will have to select the applet with the appropriate APDU, and your applet will be the default one.
    You can also get more informations on globalplatform spec 2.1.1 on page 107.
    Richard

  • How to make Mail break lines at X characters?

    Hi!
    Is there a way to have Mail automatically create linebreaks at a certain character length when composing an e-mail? It's a common request on many mailing lists to not send e-mails with longer lines than 80 characters.
    Please help!
    /roda

    A coworker has the same issue. When he sends to another colleague that uses the command line mail app in Linux, the Linux user only sees one long line for each paragraph.
    To (sort of) fix this in Snow Leopard, we created an Automator service that takes highlighted text, runs the Unix command line "fmt" command, and replaces the text with the wrapped text.
    To do the same, start Automator and select the Service template. The first line has:
    Service receives selected "text" in "any application"
    Leave the first item as "text" and either leave "any application" or change it to "Mail.app".
    Make sure Replaces selected text is highlighted.
    Next, click on the Utilities icon under Actions. Drag the "Run Shell Script" icon to the right pane. Replace "cat" with "fmt -s -70" to wrap lines at 70 characters and collapse whitespace (multiple spaces, tabs) into a single space. If you do not want to collapse the spaces, leave out the "-s". Use Save as to name the new service.
    Open System Preferences, select Keyboard and then Keyboard Shortcuts. Click on Services. Scroll down and find your new service. Click on the + at the bottom of the window. Select Application and choose Mail or all applications. Give it a name (I reused the same name as the service) and a shortcut.
    To use it, highlight the text and press the keyboard shortcut. The text should reappear wrapped at 70 characters. If you edit some more and the lines no longer wrap correctly, just run it again.
    Scott

  • How to make changes in more then one file

    Hi All,
    M new and dont have deep idea about dreamwheaver.Actually i want to make changes in more then one file at the same time, how to do this. Is there any option available there. ?

    If you you build your new site with SSIs (server-side includes), changes to include files will populate to all pages on the remote server.  This is a huge time saver for maintaining common page elements on large sites.
    Example code might look like this:
    <body>
    header goes here
    <!--#include virtual="header.html"-->
    <p>some text</p>
    menu goes here
    <!--#include virtual="menu.html"-->
    <p>some text</p>
    footer goes here
    <!--#include virtual="footer.html"-->
    </body>
    </html>
    Pages with includes on them need to be saved as .shtm or .shtml.  If you use server-side scripts on your site, save as .asp or .php to match your script type.
    http://www.smartwebby.com/web_site_design/server_side_includes.asp
    Nancy O.

  • How to enter many receiving lines for one PO Line

    Hi,
    we are working in oracle applications 11i
    From Oracle Inventory Responsibility->Transactions->Receiving: Enter Purchase Order Number: Receipts Window:
    we have a line with item quantity of 100 (for example). I need to receive that item on many lines (depending on our descriptive flexfield inputs).
    how do you suggest I enter those receiving lines for the PO LINE? I can see that I cannot I enter lines in that window so I am not sure If I can use dataload.
    I need a solution that can be applied to receiving transactions window too.
    Any ideas please?

    If you enter a partial Qty and save it, then it will be a seperate line on the receipt.
    Ex: Rcpt 120 first time rcv 10, next enter the same info and then use Add to receipt button and enter rcpt number i.e. 120 and enter the next Qty say 30.
    Now if you query view Receving Txns form for rcpt 120 you will see 10,30 on separate lines. If you want suggestions on how much to enter on each line is going to be challenging (may be using the note to reciver can help)

  • How to make some fields of a view non editable

    Hi experts,
    I need to make some fields like system user, system time and system date of a view non editable and after saving values for all other editable fields, the system should fill the values for the non editable fields as well.
    Kindly help in this regard.

    I am assuming that you created a maintenance view for your table. Under view fields there is a column called 'Maintenance Attribute for view field' (one character field with 'P' in the column. Set that column value to 'H' for the fields that you want to hide.
    You then have to go to SE54, give your maintenance view name, in the menu, 'Environment-->Events' create an event 01 with your own code to fill in those hidden fields. Look with key words 'Table Events' in this forum and you will get a lot of examples.

  • How to make some part of front panel transparent?

    There is a property node to make a front panel completly transparent...but is there anything that only makes some part of the vi transparent like if I define a decorative block in the vi which takes 1 quardant of front panel and I have a control to make it transparent during runtime...
    And moreover the frontpanel transparent property makes the whole window transparent, is there any way to retain toolbar of window like stop, run button when front panel is transparent??

    Hi,
    Have a look at this VI (attached). To make it work you need to create an image mask as a .png (open paint, colour in the areas that you want to become invisible and save it as a .png). The VI diffentiates between white areas and black areas of the mask you create, the black areas will become transparent and the white areas will remain the same- this will be implemented on your front panel. I've included an example of a possible paint image in "mask2.png".
    You may also want to play around with the resolution of the mask created in paint, this will effect how the program works (I advise you use a lower resolution than your display- I used 500x300)
    NT: If the front panel controls disappear, go into the block diagram window and attach a false constant instead of a control. Let me know if this works
    Cheers, Tom
    Attachments:
    custom window.zip ‏107 KB

  • How to make some fields mandatory for a custom screen we have added

    Hi All,
    Please let me know how can I make some fields mandatory through coding in PBO for only some fields of a screen.
    Say if I have 4 fields in my screen(module pool not selection screen) i want to make mandatory 2 fields based on some conditions how to do this? I tried using screen-group but this will make mandatory all the fields of that screen mandatory.
    I want only specific fields based on condition in run time.
    Regards
    Mahesh

    Hi Mahesh,
             Try this ..
      Assign the same group to those fields , say GRP
           in  PAI
             IF <CONDITION>
                Loop at screen.
                   if screen-group1 = 'GRP'.
                      screen-required = '1'.
                      modify screen.
                   endif.
                 endloop.
              ENDIF.

Maybe you are looking for

  • Access 2010, Sharepoint 2010 issue with adding field to access db table

    I needed to add an additional field to one of my access tables contained in the sharepoint list.  My application is a front end Access DB (run locally), and the backend is the 'data' database contained in the sharepoint lists. I added the field to th

  • Mavericks doesn't work with HP c309a Photosmart

    I just upgraded my MacBook Pro to Mavericks. Now my HP c390a Scanning software doesn't work. I connect using USB, but the software acts strange. It shows a picture of the page I scanned, but when I print, it's blank. Does anyone have any idea what's

  • RFC metadata import error - Couldnu0092t find the branch for version with id

    Hi All, When re-importing RFC meta-data, system returned following error message   <i>Couldn’t find the branch for version with id = <version id></i> I am not able to delete the existing (already imported) RFC meta-data.  However, I am able to import

  • Employee Document attachment in T Code PA30 in ECC

    Dear All, I have requirement that, We want to attach documents like employee's confirmation letter and exit documents in ECC, Pls let me know is this possible with out DMS, if yes how it can be done. We are using ECC 6 and Ehp6. with regards, Ramesh

  • Import Process - Translate costs to row material inventory

    We need to define our internal Import Process of row materials currently we imports material and entry to inventory, without the nationalization costs,and free charge of nationalization (customs, transportation, etc. ..) , these costs and expenses ar