[Loop] - Can I export/ print Loop workspaces to a target document like pdf, for the purpose...

Diskutiere und helfe bei [Loop] - Can I export/ print Loop workspaces to a target document like pdf, for the purpose... im Bereich Microsoft Office im Windows Info bei einer Lösung; Hello,Is it possible, to export and thus "freeze" a complete Loop-workspace with all sub-Loops and threads in it? Target format for example a pdf with... Dieses Thema im Forum "Microsoft Office" wurde erstellt von Lukas Mannheimer, 29. Oktober 2024.

  1. [Loop] - Can I export/ print Loop workspaces to a target document like pdf, for the purpose...


    Hello,Is it possible, to export and thus "freeze" a complete Loop-workspace with all sub-Loops and threads in it? Target format for example a pdf with the same structure as the Loop workspace.This is requested, because after a project it is often required "to look somthing up" or simply recall what a certain decision is based on, with the explicit requirement that data can not be altered after export.Thanks for your answers.Lukas
     
  2. Şenol Küpeli Win User

    Vorblatt, Kopfzeilenverwaltung und Quellenverwaltung in Word

    Thanks a lot for the reply! If you dont mind, I would like to elobarate my question in english. First problem is that I would like to add a word document (coverpage) to my word document. This coverpage is already prepared. But I have to merge this two word documents. How is it possible? The second problem is when I add a header in the coverpage, it appears in the other pages also. How can I fix the header just in the first page? Third problem is that I have deleted some references in the bibliography, when I update the bibliography, the deleted references don't disappear. How can I fix it?
    <br />Kind regards
    <br />
  3. Andreas Killer Win User

    Refer to changing workbook names (which include a date range)

    If the file is already open use a FOR EACH loop and the LIKE operator to compare all filenames if they match.

    Sub Test()

    Dim Wb As Workbook



    For Each Wb In Workbooks

    If Wb.Name Like "*20190426*" Then

    'Reference found

    Exit For

    End If

    Next

    End Sub

    Otherwise you have to search for all files in the specific directory and compare that names. If all files are in a single directory you can use DIR to find the files.

    Sub Test()

    Dim Wb As Workbook

    Dim Path As String, FName As String



    Path = "Z:\"

    FName = Dir(Path & "*.xlsx")

    Do While FName <> ""

    If FName Like "*20190426*" Then

    'Reference found, open the file

    Set Wb = Workbooks.Open(Path & FName)

    Exit Do

    End If

    FName = Dir

    Loop

    End Sub

    Otherwise I suggest that you download my FileSearch class to search for the file.

    https://www.dropbox.com/sh/tuqw83m802x6jn7/AAALmSmkkRszpreiM8AUjx7va?dl=1

    Andreas.
  4. h.Hugo Win User

    word 2011 print from page to page

    Same as if I print a pdf document, then it also works fine.
    If the preview in pdf works fine there is no word issue. Office use the print service from the MacOSX. You should have a look to the printer software/ driver in MacOSX, maybe you have the wrong driver installed.
  5. Robin Huber Win User

    Unlink Fields in Excel and PowerPoint

    Hello

    Thanks for the answers. But that's not what I'm looking for.

    I search for a solution to "unlink" the fields in header and footer. For example a date field, which updates when I print or open the file.

    In word I can do this with a macro, but in excel and powerpoint that solution didn't worked.
  6. RollyZH Win User

    word 2011 print from page to page

    No, in the preview it shows all pages as well. However, it I print from the preview, the page selection works fine. Same as if I print a pdf document, then it also works fine.

    Regards,

    Rolly
  7. User Advert


    Hi,

    willkommen im Windows Forum!
Thema:

[Loop] - Can I export/ print Loop workspaces to a target document like pdf, for the purpose... - Microsoft Office

Die Seite wird geladen...

[Loop] - Can I export/ print Loop workspaces to a target document like pdf, for the purpose... - Similar Threads - Loop Can export

Forum Datum

MS Loop - Can not "add to Workspace"

MS Loop - Can not "add to Workspace": Hello everyone,since the latest update of MS-Loop browser frontend, I can no longer add my pages to a specific workspace. The respective button simply does not return anything.Picture upload does...
Microsoft Office 20. August 2024

Loop - What does it mean that a workspace has no owner

Loop - What does it mean that a workspace has no owner: Dear commuity!I was reading that once a workspace creator would leave the company, the workspace will be owner-less and the IT would not be able to add a new one.What does this mean in theory -...
Microsoft Office 27. Mai 2024

A Microsoft Loop workspace is no longer displayed or has been deleted. How can I restore...

A Microsoft Loop workspace is no longer displayed or has been deleted. How can I restore...: A Microsoft Loop workspace is no longer displayed or has been deleted. How can I restore the workspace?
Microsoft Office 23. Januar 2024

Restart loop

Restart loop: Hallo,Mein laptop funktioniert seit ein paar tagen nicht mehr. Wenn ich ihn starte fängt der Laptop an ein Update herunterzuladen. Wenn es fertig geladen hat dann macht der Laptop ein neu start...
Apps 7. Juli 2023

Release Date of Loop Workspaces

Release Date of Loop Workspaces: Hey Microsoft-Team,do you have an updated Release Date for Loop Pages and Workspaces? We are a small company and would like to avoid going with Confluence, Notion, etc.Thanks, Nico
Microsoft Office 22. Februar 2023

Loop bei Systemupdate

Loop bei Systemupdate: Hallo,ich habe seit ein paar Tagen ein neues HP Notebook mit WIN 11. Die Einrichtung hat soweit funktioniert. Dann wurden mir neue Systemupdates angezeigt, die ich auch brav zugelassen habe. Aber...
Games und Spiele 7. Dezember 2021

Loop erstellen

Loop erstellen: Hallo Community, Ich Habe ein Arbeitsblatt in dem in Spalte A eine unbestimmte Anzahl an Werten sind die aus anderen Arbeitsblättern gezogen werden. In Spalte B sind die zu den Werten...
Microsoft Office 13. März 2020
[Loop] - Can I export/ print Loop workspaces to a target document like pdf, for the purpose... solved
  1. Diese Seite verwendet Cookies, um Inhalte zu personalisieren, diese deiner Erfahrung anzupassen und dich nach der Registrierung angemeldet zu halten.
    Auf dieser Website werden Cookies für die Zugriffsanalyse und Anzeigenmessung verwendet.
    Wenn du dich weiterhin auf dieser Seite aufhältst, akzeptierst du unseren Einsatz von Cookies.