Quantcast
Channel: Microsoft Community - Super Fresh
Viewing all 1237233 articles
Browse latest View live

Cannot use 'save as' in Word 2016 on a MAC version 15.34

$
0
0

Trying to use the 'save as' function which is displaying in the menu drop down but when you select it, no dialogue box appears.

Alternatively, if you select all from your original document and copy and paste it in a new document and then try 'save as', you get a dialogue box this time but the 'save' button within the dialogue box is greyed out so you can't save. 


opening outlook and copy/paste emailadresses

$
0
0

Here`s the code im using and it works fine, it opens up outlook and paste all emailadresses in the Bcc.

I have multiple customer records and i have a bulkmail button (to set up 1 email and send it to all customers) and the

problem i have is that i also have a checkbox (for if a customer doesnt want a email) and when its checked i dont want that emailadress pasted in the Bcc.

-----------------------------------------------------------------

Sub SendBulkEmail()
Dim oOutlook As Outlook.Application
Dim oEmailitem As mailitem
Dim rs As Recordset
Dim customerEmail As String
Dim ontvangers As String

On Error Resume Next
Err.Clear
Set oOutlook = GetObject(, "Outlook.application")
    If Err.Number <> 0 Then
    Set oOutlook = New Outlook.Application
    End If

Set oEmailitem = oOutlook.createitem(olMailitem)
    With oEmailitem
        Set rs = CurrentDb.OpenRecordset("select * from tblKlantenBestand")
         If rs.RecordCount > 0 Then
            rs.MoveFirst
             Do Until rs.EOF
             If (IsNull(rs!Emailadress)) Then     ( think this line should be different but i dont know how...)
             rs.MoveNext
            Else
                ontvanger = ontvanger & rs!Emailadress & ";"
                 .BCC = ontvanger
                    rs.MoveNext
                 .Display
             End If
              Loop
             Else
            MsgBox "Geen Emailadressen in database!"
        End If
        Set rs = Nothing
    End With
Set oEmailitem = Nothing
Set oOutlook = Nothing

End Sub

--------------------------------------------------------------------    

Thanks for looking at it,

Regards Richard

Windows 10 - Se desactiva el touchpad de la laptop

$
0
0
Bueno anteriormente hace aproximadamente 1 año me actualicé a windows 10, antes de eso mi touchpad funcionaba perfectamente, pero al actualizar dejó de funcionar, sinceramente casi no me interesó porque no lo utilizaba (siempre usaba mouse), ahora que no cuento con uno se me dificulta solamente utilizar el touch pero bueno ese no es el caso, ya que si quiero puedo activar el touchpad en administrador de dispositivos y de ahí o actualizar el controlador o revertir al anterior (usualmente hago ambos varias veces hasta que funciona), bueno así es como yo lo arreglo, claro entonces ¿cual es el problema?, bueno lo que pasa es que cuando funciona correctamente y apago la computadora, la suspendo, reinicio o solamente la cierro (con el mismo controlador que funciona el touchpad y al mismo tiempo en que funciona el touchpad), al volver a abrirla o encenderla este deja de funcionar y debo repetir los procesos, la verdad me parece algo molesto tener que hacer eso siempre, ¿Como se repara? :D

Left justification is selected but it is right justifying

$
0
0
I have Microsoft office for Mac 2016. A few days ago Word started to right justify everything even though left justification was selected. I finally found in "language" that is set to Hebrew as the default (even though it is still typing in English). No matter what I do, I can't get that setting to change or figure out how to get it so when left justification is selected it justifies left. It won't hold the default to English. 

Excel 2013

$
0
0

1. I'm using Excel 2013. I have used Excel for years, but not 2013. I know how to use the Set Print Area function, but it is not working.

The first column on the sheet is automatically set to print and it won't let me change the Print Area. There is a 2nd column, but when I try to set the Print Area to include both columns, it will not, and when I check Print Preview, it shows only the first column.

2. I checked Print and View for the Gridlines, but it will not work.

Time keeps randomly changing (time zone settings are correct, not BIOS related)

$
0
0

My system time keeps randomly changing, not just the hours but the minutes as well. Manually switching time sync off and on again fixes the issue so I added a scheduled task to manually sync time every time a user logs in.

This seemed to fix the issue at first but now I've begun to notice that the time still randomly changes while the computer is running and a user is logged in. So this rules out BIOS having anything to do with it. Is anyone else experiencing this? Are there any malware or viruses known to cause this kind of behaviour?

This is driving me slightly insane since I keep missing reminders from my calendar. I no one has any ideas I'm gonna have to try and reset my windows installation, something I'd rather not do due to having to setup my development environment again.

Regards,

Erik

***Post moved by the moderator to the appropriate forum category.***

How can I develop my own Office templates/themes?

$
0
0

I would appreciate any pointers to DIY information... I am starting my own business and want to set-up the following:

- MS Word document template with custom elements such as Logo in header, contact details in footer, disclaimer fine-print at the end of the document. Nothing fancy or design-heavy...  just basic branding locked in place for a weekly/monthly report or newsletter. 

- PPT - similarly a simple cover page, logo placement in slides, disclaimer at the back. Is there a way to select/apply a consistent color palette? 

When I was a corporate employee, this stuff was all furnished by the branding team. Also, the color scheme would automatically adapt to the corporate palette when excel charts were pasted into a PPT document. Can I replicate this somehow?

Can I upgrade Windows 10 Home to Pro without having to purchase Pro?

$
0
0

Hi! my pc is using windows 10 home version 1703. but I want to upgrade it into windows 10 pro through downloading it without a product key. can I manage to do it?

Original title: windows 10 pro


Excel - uso de la funcion valor

$
0
0

Pregunta: al usar la función valor para convertir un texto en número no me arroja el valor deseado. Ejemplo:

Celda A1:  1x25 + 2x75

Celda A2: =sustituir(A1;"x";"*")  --> resultado: 1*25 + 2*75

Celda A3: ="="&A2                  --> resultado:  =1*25 + 2*75

Celda A4:  =valor(A3)       --> resultado: #¡VALOR! 

¿qué puedo hacer?

Gracias

Word for Mac 2016

$
0
0

How do I stop Word counting blank pages when using Page X of Y? I have tried using the codePage { PAGE } of { = { NUMPAGES } - 3 } for a document with 3 blank pages but the code remains when I turn of  Field codes instead of values.

PowerPoint 2016 for Mac: Microsoft Visual Basic: Run-time error '53'

$
0
0

I am running PowerPoint 2016 for Mac, Version 15.35 (170509)

When I open any presentation, I get the following error:

Microsoft Visual Basic
Run-time error '53':
File not found: /Library/Application Support/Adobe/MACPDFM/MacPDFM.framework/Versions/A/MacPDFM

I have checked for the missing file and it's still there. If I proceed with the Abort I am able to open the presentation and work (I don't know if anything is wrong with it, but haven't seen any errors etc).

Anyone have any ideas on how to fix this? Thanks :)

Lumia 640 / ¿Cómo puedo obtener codigo de restablecimiento?

$
0
0

buenos dias quisiera saber como obtener codigo de restablecimiento despues de un hard reset de un lumia 640 con windows 8.1

using a cert to sign email

$
0
0

I am attempting to encrypt an outgoing message with a PKI cert and get the following error "You cannot set permissions or open a file with restricted permission because an error occurred."

Suggestions? 

Problem mit Zeichnen im Touchmodus seit letztem update

$
0
0

seit dem letzten Update (bei mir geladen am 18.5.17) habe ich in One-Note Probleme mit dem Apple Pencil. Das Verhalten ist so, als wäre die Funktion "Zeichnen im Touch-Mode" ständig aktiviert, auch wenn sie augenscheinlich ausgeschaltet ist. Wenn ich mit dem Pencil schreibe, erscheinen Punkte und Striche wo der Handballen aufgelegt ist und beim scrollen mit dem Finger erscheinen Striche.

Hat jemand das gleiche Problem und kann mir jemand helfen? 

Danke für Eure Antworten im Voraus.

Graphique secteur Excel 2016 mac

$
0
0
Bonjour, je demarre tout juste sur excel 2016 mac et j'ai un petit soucis. J'ai des graphique secteur et je voudrais affichet differente serie sur le même graphique, sauf que je ne c'est pas comment faire. Pouvez vous m'aider? Sur la version windows c'est assez simple quand on se deplace surnla graphique un rectangle s'affiche et on accede au parametre du graph (legende, ttyoe de graphique et selection des serie et des données sauf que sur mac je debute et je ne c'est pas ou ca se situe

When I click on Print Screen, how & where do I view it and is it saveable?

$
0
0

When I click on Print Screen, how & where do I view it and is it savable? I would like to use this function but I need some direction.

***Topic moved by the moderator.***

windows 10 mail app

$
0
0

Windows 10 mail app no preview message in the live tile  just a number.

How can I get the preview message to show in the live tile?

***Post moved by the moderator to the appropriate forum category.***

L'enregistreur de macros n'enregistre pas une ouverture de fichier pourquoi???...

$
0
0

Je démarre l'enregistreur de macro ensuite je fais: fichier/ouvrir et va chercher un fichier dans mes dossiers. le dossier s'ouvre. Je vais dans un volet et clic sur quelques cellules. Pas compliqué jusque là.

Je ferme l'enregistreur de macro.

Quand j'actionne la macro ....rien ne se passe.

Avec VBA je vérifie l'enregistrement et constate que l'enregistreur n'a pas considéré l'ouverture de fichier....il n'y a rien d'écrit sur l'ouverture du fichier mais seulement sur les écritures pour le déplacement à l'intérieur du fichier.

Quoi faire ?

เปลี่ยนเมนบอร์ดแล้ว Activate ไม่ได้

$
0
0

ผมอัพเกรดเครื่องโดยเปลี่ยนฮาร์ดแวร์ใหม่ (CPU/Mainboard) เพราะของเดิมเริ่มรวนเปิดติดบ้างไม่ติดบ้าง

จากนั้นผมก็ทำการ Activate ใหม่ตามคำแนะนำในเว็บไซต์ของ Microsoft

ผมเลือก I changed hardware on this device recently แล้วมันก็ขึ้นเป็นแบบนี้ครับ

ลองหลายครั้งแล้วคือไม่ผ่านครับ ลงชื่อเข้าใช้ใหม่ก็เหมือนเดิม (License ของผมผูกติดกับ E-mail) คือต้องทำยังไงถึงจะผ่านครับ ขอคำแนะนำด้วยครับ

Cannot open MS Access 2016

$
0
0

Hi everyone.

Today, I wanted to open the MS Access 2016 but could not open the application. It says, "The Start screen closed unexpectedly the last two times it started. Do you want to turn it off? You can turn it back on later in Options." If I choose Yes, the application doesn't start. Again, if I choose No, the application doesn't start.

So, I need a solution to this problem urgently.

Feel free to say anything.

Viewing all 1237233 articles
Browse latest View live




Latest Images