Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CELA FONTIONAIS AVEC EXEL 2007 AVEC WINDOWS 11 NE FONTIONNE PAS POURQUOI #4586

Closed
albertineu opened this issue May 22, 2024 · 1 comment
Closed
Labels
Resolution: not actionable Type: programming question How-to question that should be posted to Stack Overflow

Comments

@albertineu
Copy link

For i = 1 To 6
If Graph = i Then
UserForm1.Controls("image" & i).Visible = True
Const fichier = "c:tempgraphique.gif"
If Graph = 1 Then 'graph nombre sortie boule
Sheets("Feuil4").ChartObjects(1).Chart.Export fichier, "gif"
Me.Image1.Picture = LoadPicture("c:tempgraphique.gif")
Sheets("Feuil1").Select
End If
If Graph = 2 Then 'graph nombre sortie étoile
Sheets("Feuil4").ChartObjects(2).Chart.Export fichier, "gif"
Me.Image2.Picture = LoadPicture("c:tempgraphique.gif")
Sheets("Feuil1").Select
End If
If Graph = 3 Then 'graph écart boule interprété
Sheets("Feuil3").ChartObjects(1).Chart.Export fichier, "gif"
Me.Image3.Picture = LoadPicture("c:tempgraphique.gif")
Sheets("Feuil1").Select
End If
If Graph = 4 Then 'graph écart étoile interprété
Sheets("Feuil3").ChartObjects(2).Chart.Export fichier, "gif"
Me.Image4.Picture = LoadPicture("c:tempgraphique.gif")

@microsoft-github-policy-service microsoft-github-policy-service bot added the Needs: triage 🔍 New issue, needs PM on rotation to triage ASAP label May 22, 2024
@Rick-Kirkham
Copy link
Contributor

@albertineu We use the issues in this repo to track problems with the documentation for Office Web Add-ins. For a programming question like this, please ask on Stack Overflow.

@Rick-Kirkham Rick-Kirkham added Resolution: not actionable Type: programming question How-to question that should be posted to Stack Overflow and removed Needs: triage 🔍 New issue, needs PM on rotation to triage ASAP labels May 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Resolution: not actionable Type: programming question How-to question that should be posted to Stack Overflow
Projects
None yet
Development

No branches or pull requests

2 participants